From 58bbe793c51b49aa4f001075638397c743772c5a Mon Sep 17 00:00:00 2001 From: cesar Date: Sun, 21 Mar 2021 23:46:14 +0100 Subject: [PATCH] Delete 'addons/bcmaCR/manifest.json' --- addons/bcmaCR/manifest.json | 48 ------------------------------------- 1 file changed, 48 deletions(-) delete mode 100644 addons/bcmaCR/manifest.json diff --git a/addons/bcmaCR/manifest.json b/addons/bcmaCR/manifest.json deleted file mode 100644 index 764df2aa..00000000 --- a/addons/bcmaCR/manifest.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "manifest_version": 2, - "name": "Bloku Cloudflaron MITM-Atakon", - "version": "1.0.5.1", - "minimum_chrome_version": "78", - "homepage_url": "https://sercxi.nnpaefp7pkadbxxkhz2agtbv2a4g5sgo2fbmv3i7czaua354334uqqad.onion/", - "author": "Ss", - "incognito": "split", - "permissions": [ - "", - "activeTab", - "tabs", - "webRequest", - "webRequestBlocking", - "webNavigation", - "notifications", - "storage", - "unlimitedStorage" - ], - "icons": { - "72": "icons/72.png" - }, - "background": { - "scripts": [ - "cf.js" - ] - }, - "options_ui": { - "page": "cg.html" - }, - "browser_action": { - "default_icon": { - "32": "icons/cf_0.png" - } - }, - "content_scripts": [ - { - "matches": [ - "http://*/*", - "https://*/*" - ], - "js": [ - "cs.js" - ], - "run_at": "document_end" - } - ] -} \ No newline at end of file