diff options
Diffstat (limited to 'bcma/manifest.json')
-rw-r--r-- | bcma/manifest.json | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/bcma/manifest.json b/bcma/manifest.json new file mode 100644 index 00000000..44ae00f9 --- /dev/null +++ b/bcma/manifest.json @@ -0,0 +1,42 @@ +{ + "manifest_version": 2, + "name": "Block Cloudflare MITM Attack", + "description": "Submit to global surveillance or resist. The choice is yours.", + "version": "1.0.5.1", + "author": "Project BCMA", + "homepage_url": "https://trac.torproject.org/projects/tor/ticket/24351", + "permissions": [ + "<all_urls>", + "activeTab", + "tabs", + "webRequest", + "webRequestBlocking", + "webNavigation" + ], + "icons": { + "32": "icons/icon-32.png", + "48": "icons/icon-48.png", + "64": "icons/icon-64.png" + }, + "background": { + "scripts": [ + "anticloudflare.js" + ] + }, + "options_ui": { + "page": "mydata.html", + "browser_style": false + }, + "browser_action": { + "browser_style": false, + "default_icon": { + "32": "icons/cf_0.png" + } + }, + "applications": { + "gecko": { + "id": "24351@trac.torproject.org", + "strict_min_version": "52.0" + } + } +}
\ No newline at end of file |