0
0
mirror of https://git.sdf.org/deCloudflare/deCloudflare/ synced 2024-06-14 20:20:47 +00:00

Update 'tool/block_cloudflare_mitm_fx/src/manifest.json'

This commit is contained in:
legens 2020-12-05 01:28:36 +01:00
parent 4f1cd0ac11
commit 3541a817a1

View File

@ -2,9 +2,16 @@
"manifest_version": 2, "manifest_version": 2,
"name": "Block Cloudflare MiTM Attack", "name": "Block Cloudflare MiTM Attack",
"description": "If the destination website use Cloudflare, block further request.", "description": "If the destination website use Cloudflare, block further request.",
"version": "1.0.10.1", "version": "1.0.10.2",
"homepage_url": "https://trac.torproject.org/projects/tor/ticket/24351", "homepage_url": "https://trac.torproject.org/projects/tor/ticket/24351",
"permissions": ["webRequest","webRequestBlocking","<all_urls>","storage","activeTab","tabs"], "permissions": [
"webRequest",
"webRequestBlocking",
"<all_urls>",
"storage",
"activeTab",
"tabs"
],
"options_ui": { "options_ui": {
"page": "setwhitelist.html", "page": "setwhitelist.html",
"browser_style": false "browser_style": false
@ -21,7 +28,11 @@
"32": "icons/icon-32.png" "32": "icons/icon-32.png"
} }
}, },
"background": {"scripts": ["stop_cf_mitm.js"]}, "background": {
"scripts": [
"stop_cf_mitm.js"
]
},
"applications": { "applications": {
"gecko": { "gecko": {
"id": "{d86b44dd-ef12-4f28-ab1c-ea32664490ac}", "id": "{d86b44dd-ef12-4f28-ab1c-ea32664490ac}",