From 920b6f12ad08d4957303b36d88443671bd1b4572 Mon Sep 17 00:00:00 2001 From: John Terzis <7fe82a138a5365a1fb70f0b3ae2afd10d13c5cc4@cloudflare.com> Date: Thu, 20 Aug 2020 09:55:33 +0200 Subject: [PATCH] manifest.json --- addons/bcmaCR/manifest.json | 49 ++++++++++++++++++++++++++++++++++++- 1 file changed, 48 insertions(+), 1 deletion(-) diff --git a/addons/bcmaCR/manifest.json b/addons/bcmaCR/manifest.json index 945c9b46..5d24c885 100644 --- a/addons/bcmaCR/manifest.json +++ b/addons/bcmaCR/manifest.json @@ -1 +1,48 @@ -. \ No newline at end of file +{ + "manifest_version": 2, + "name": "Bloku Cloudflaron MITM-Atakon", + "version": "1.0.4.3", + "minimum_chrome_version": "68", + "homepage_url": "https://crimeflare.wodferndripvpe6ib4uz4rtngrnzichnirgn7t5x64gxcyroopbhsuqd.onion/", + "author": "Crimeflare", + "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