diff options
Diffstat (limited to 'addons/code')
-rw-r--r-- | addons/code/bcma/manifest.json | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/addons/code/bcma/manifest.json b/addons/code/bcma/manifest.json new file mode 100644 index 00000000..07e6beee --- /dev/null +++ b/addons/code/bcma/manifest.json @@ -0,0 +1,56 @@ +{ + "manifest_version": 2, + "name": "Bloku Cloudflaron MITM-Atakon", + "description": "Submetiĝu al tutmonda gvatado aŭ rezistu", + "version": "1.0.5.1", + "homepage_url": "https://sercxi.nnpaefp7pkadbxxkhz2agtbv2a4g5sgo2fbmv3i7czaua354334uqqad.onion/", + "author": "Ss", + "permissions": [ + "<all_urls>", + "activeTab", + "tabs", + "webRequest", + "webRequestBlocking", + "webNavigation", + "notifications", + "storage", + "unlimitedStorage" + ], + "icons": { + "72": "icons/72.png" + }, + "background": { + "scripts": [ + "cf.js" + ] + }, + "content_scripts": [ + { + "matches": [ + "http://*/*", + "https://*/*" + ], + "js": [ + "cs.js" + ], + "run_at": "document_end" + } + ], + "options_ui": { + "browser_style": true, + "page": "cg.html" + }, + "browser_action": { + "browser_style": true, + "default_icon": { + "32": "icons/cf_0.png" + } + }, + "applications": { + "gecko": { + "id": "bcma@searxes.eu.org", + "strict_min_version": "78.0", + "update_url": "https://api.nnpaefp7pkadbxxkhz2agtbv2a4g5sgo2fbmv3i7czaua354334uqqad.onion/_/addon.php?for=bcma" + } + } +}
\ No newline at end of file |