0
0
mirror of https://git.sdf.org/deCloudflare/deCloudflare/ synced 2024-06-17 03:00:48 +00:00

Update 'addon_firefox/bcma/manifest.json'

This commit is contained in:
writecode 2019-05-06 02:32:26 +00:00
parent 76b51e93f6
commit 99c6e83bcb

View File

@ -1,38 +1,42 @@
{ {
"manifest_version": 2, "manifest_version": 2,
"name": "Are links vulnerable to MITM attack?", "name": "Block Cloudflare MITM Attack",
"description": "Scan FQDN using Searxes' API", "description": "Submit to global surveillance or resist. The choice is yours.",
"version": "1.0.5", "version": "1.0.1811.1",
"homepage_url": "https://notabug.org/themusicgod1/cloudflare-tor", "author": "Project BCMA",
"author": "Maslin Bossé", "homepage_url": "https://trac.torproject.org/projects/tor/ticket/24351",
"permissions": [ "permissions": [
"storage", "<all_urls>",
"unlimitedStorage" "activeTab",
"tabs",
"webRequest",
"webRequestBlocking",
"webNavigation"
], ],
"icons": { "icons": {
"32": "icons/32.png" "32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"64": "icons/icon-64.png"
}, },
"background": { "background": {
"scripts": [ "scripts": [
"bg.js" "anticloudflare.js"
] ]
}, },
"content_scripts": [ "options_ui": {
{ "page": "mydata.html",
"matches": [ "browser_style": false
"http://*/*", },
"https://*/*" "browser_action": {
], "browser_style": false,
"js": [ "default_icon": {
"cs.js" "32": "icons/cf_0.png"
],
"run_at": "document_end"
} }
], },
"applications": { "applications": {
"gecko": { "gecko": {
"id": "ismitm@searxes.danwin1210.me", "id": "24351@trac.torproject.org",
"strict_min_version": "56.0" "strict_min_version": "52.0"
} }
} }
} }