diff options
author | cesar <cesar@noreply.codeberg.org> | 2021-03-21 23:46:14 +0100 |
---|---|---|
committer | cesar <cesar@noreply.codeberg.org> | 2021-03-21 23:46:14 +0100 |
commit | 58bbe793c51b49aa4f001075638397c743772c5a (patch) | |
tree | a55d20daa363029d7dc8c548677afafa95d00aa7 | |
parent | bed4bcc8423b1a297b0582963801af9365fc9807 (diff) | |
download | cloudflare-tor-58bbe793c51b49aa4f001075638397c743772c5a.tar.lz cloudflare-tor-58bbe793c51b49aa4f001075638397c743772c5a.tar.xz cloudflare-tor-58bbe793c51b49aa4f001075638397c743772c5a.zip |
Delete 'addons/bcmaCR/manifest.json'
-rw-r--r-- | addons/bcmaCR/manifest.json | 48 |
1 files changed, 0 insertions, 48 deletions
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": [ - "<all_urls>", - "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 |