diff options
author | writecode <wri@tec.ode> | 2019-05-06 02:32:26 +0000 |
---|---|---|
committer | writecode <wri@tec.ode> | 2019-05-06 02:32:26 +0000 |
commit | 99c6e83bcbd8e9385f25798d13b9f0e71997574b (patch) | |
tree | 35f62b7c06739a0a45ea1880a3cb6e069b5029b6 /addon_firefox | |
parent | 76b51e93f6d99cb320e45f23a8dc3dfe9f51ae16 (diff) | |
download | cloudflare-tor-99c6e83bcbd8e9385f25798d13b9f0e71997574b.tar cloudflare-tor-99c6e83bcbd8e9385f25798d13b9f0e71997574b.tar.gz cloudflare-tor-99c6e83bcbd8e9385f25798d13b9f0e71997574b.tar.lz cloudflare-tor-99c6e83bcbd8e9385f25798d13b9f0e71997574b.tar.xz cloudflare-tor-99c6e83bcbd8e9385f25798d13b9f0e71997574b.zip |
Update 'addon_firefox/bcma/manifest.json'
Diffstat (limited to 'addon_firefox')
-rw-r--r-- | addon_firefox/bcma/manifest.json | 48 |
1 files changed, 26 insertions, 22 deletions
diff --git a/addon_firefox/bcma/manifest.json b/addon_firefox/bcma/manifest.json index 5b4b7913..35d88391 100644 --- a/addon_firefox/bcma/manifest.json +++ b/addon_firefox/bcma/manifest.json @@ -1,38 +1,42 @@ { "manifest_version": 2, - "name": "Are links vulnerable to MITM attack?", - "description": "Scan FQDN using Searxes' API", - "version": "1.0.5", - "homepage_url": "https://notabug.org/themusicgod1/cloudflare-tor", - "author": "Maslin Bossé", + "name": "Block Cloudflare MITM Attack", + "description": "Submit to global surveillance or resist. The choice is yours.", + "version": "1.0.1811.1", + "author": "Project BCMA", + "homepage_url": "https://trac.torproject.org/projects/tor/ticket/24351", "permissions": [ - "storage", - "unlimitedStorage" + "<all_urls>", + "activeTab", + "tabs", + "webRequest", + "webRequestBlocking", + "webNavigation" ], "icons": { - "32": "icons/32.png" + "32": "icons/icon-32.png", + "48": "icons/icon-48.png", + "64": "icons/icon-64.png" }, "background": { "scripts": [ - "bg.js" + "anticloudflare.js" ] }, - "content_scripts": [ - { - "matches": [ - "http://*/*", - "https://*/*" - ], - "js": [ - "cs.js" - ], - "run_at": "document_end" + "options_ui": { + "page": "mydata.html", + "browser_style": false + }, + "browser_action": { + "browser_style": false, + "default_icon": { + "32": "icons/cf_0.png" } - ], + }, "applications": { "gecko": { - "id": "ismitm@searxes.danwin1210.me", - "strict_min_version": "56.0" + "id": "24351@trac.torproject.org", + "strict_min_version": "52.0" } } }
\ No newline at end of file |