summaryrefslogtreecommitdiffstats
path: root/ismitmlink/manifest.json
diff options
context:
space:
mode:
authoranonymous <anonymous@gmail.com>2019-02-18 19:53:18 -0500
committeranonymous <anonymous@gmail.com>2019-02-18 19:53:18 -0500
commit4a7113db6b83cc7780674f005996d814002a25c2 (patch)
treeea448b43812e0ec8d96d60e429baa1940ad9b072 /ismitmlink/manifest.json
parent10598f55061ebdfd32240f704b94a655a7055197 (diff)
downloadcloudflare-tor-4a7113db6b83cc7780674f005996d814002a25c2.tar
cloudflare-tor-4a7113db6b83cc7780674f005996d814002a25c2.tar.gz
cloudflare-tor-4a7113db6b83cc7780674f005996d814002a25c2.tar.lz
cloudflare-tor-4a7113db6b83cc7780674f005996d814002a25c2.tar.xz
cloudflare-tor-4a7113db6b83cc7780674f005996d814002a25c2.zip
ismitmlink
Diffstat (limited to 'ismitmlink/manifest.json')
-rw-r--r--ismitmlink/manifest.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/ismitmlink/manifest.json b/ismitmlink/manifest.json
new file mode 100644
index 00000000..b7142bab
--- /dev/null
+++ b/ismitmlink/manifest.json
@@ -0,0 +1,34 @@
+{
+ "manifest_version": 2,
+ "name": "Are links vulnerable to MITM attack?",
+ "description": "Scan FQDN using Searxes' API",
+ "version": "1.0.1",
+ "author": "Maslin Bossé",
+ "permissions": [],
+ "icons": {
+ "32": "icons/32.png"
+ },
+ "background": {
+ "scripts": [
+ "bg.js"
+ ]
+ },
+ "content_scripts": [
+ {
+ "matches": [
+ "http://*/*",
+ "https://*/*"
+ ],
+ "js": [
+ "cs.js"
+ ],
+ "run_at": "document_end"
+ }
+ ],
+ "applications": {
+ "gecko": {
+ "id": "ismitm@searxes.danwin1210.me",
+ "strict_min_version": "56.0"
+ }
+ }
+} \ No newline at end of file