aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Terzis <7fe82a138a5365a1fb70f0b3ae2afd10d13c5cc4@cloudflare.com>2020-08-20 09:55:33 +0200
committerJohn Terzis <7fe82a138a5365a1fb70f0b3ae2afd10d13c5cc4@cloudflare.com>2020-08-20 09:55:33 +0200
commit920b6f12ad08d4957303b36d88443671bd1b4572 (patch)
tree528c93f94080084acc6b4ea883942b9ee94dcc9c
parent11056eaa60149e582fb1ce8ff4a093bef1549638 (diff)
downloadcloudflare-tor-920b6f12ad08d4957303b36d88443671bd1b4572.tar.lz
cloudflare-tor-920b6f12ad08d4957303b36d88443671bd1b4572.tar.xz
cloudflare-tor-920b6f12ad08d4957303b36d88443671bd1b4572.zip
manifest.json
-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