aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--addons/bcmaCR/manifest.json49
1 files changed, 48 insertions, 1 deletions
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": [
+ "<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