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" + "", + "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