summaryrefslogtreecommitdiffstats
path: root/bcma/manifest.json
diff options
context:
space:
mode:
authorJeff Cliff <jeffrey.cliff@gmail.com>2019-05-05 15:35:18 -0400
committerJeff Cliff <jeffrey.cliff@gmail.com>2019-05-05 15:35:18 -0400
commit21b9f07586f3cdaccdf659954878f8c27aa3f8e2 (patch)
treece3ccb596fa7cc3fbe9ce29c9ca7e66a55156f6f /bcma/manifest.json
parent9ac04f516b348a48bbcca04e20f74d495c5df52c (diff)
downloadcloudflare-tor-21b9f07586f3cdaccdf659954878f8c27aa3f8e2.tar
cloudflare-tor-21b9f07586f3cdaccdf659954878f8c27aa3f8e2.tar.gz
cloudflare-tor-21b9f07586f3cdaccdf659954878f8c27aa3f8e2.tar.lz
cloudflare-tor-21b9f07586f3cdaccdf659954878f8c27aa3f8e2.tar.xz
cloudflare-tor-21b9f07586f3cdaccdf659954878f8c27aa3f8e2.zip
see https://notabug.org/themusicgod1/cloudflare-tor/pulls/154#issuecomment-13978
Diffstat (limited to 'bcma/manifest.json')
-rw-r--r--bcma/manifest.json42
1 files changed, 0 insertions, 42 deletions
diff --git a/bcma/manifest.json b/bcma/manifest.json
deleted file mode 100644
index 44ae00f9..00000000
--- a/bcma/manifest.json
+++ /dev/null
@@ -1,42 +0,0 @@
-{
- "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