From 942f8b0f4b1329cd1f2c0120d362fe33ddd82922 Mon Sep 17 00:00:00 2001 From: cloudflarevirus Date: Sun, 25 Aug 2019 02:44:09 +0200 Subject: [PATCH] Delete 'addon_chrome/bcma/manifest.json' --- addon_chrome/bcma/manifest.json | 37 --------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 addon_chrome/bcma/manifest.json diff --git a/addon_chrome/bcma/manifest.json b/addon_chrome/bcma/manifest.json deleted file mode 100644 index 00ecb42..0000000 --- a/addon_chrome/bcma/manifest.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "manifest_version": 2, - "name": "Block Cloudflare MITM Attack", - "description": "Submit to global surveillance or resist. The choice is yours.", - "version": "1.0.1908.1", - "minimum_chrome_version": "60", - "author": "Project BCMA", - "homepage_url": "https://codeberg.org/crimeflare/cloudflare-tor", - "incognito": "split", - "permissions": [ - "", - "activeTab", - "tabs", - "webRequest", - "webRequestBlocking", - "webNavigation", - "storage" - ], - "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_action": { - "default_icon": { - "32": "icons/cf_0.png" - } - } -} \ No newline at end of file