Update 'tool/block_cloudflare_mitm_fx/src/manifest.json'
This commit is contained in:
parent
4f1cd0ac11
commit
3541a817a1
|
@ -1,31 +1,42 @@
|
||||||
{
|
{
|
||||||
"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": [
|
||||||
"options_ui": {
|
"webRequest",
|
||||||
"page": "setwhitelist.html",
|
"webRequestBlocking",
|
||||||
"browser_style": false
|
"<all_urls>",
|
||||||
},
|
"storage",
|
||||||
"icons": {
|
"activeTab",
|
||||||
"32": "icons/icon-32.png",
|
"tabs"
|
||||||
"48": "icons/icon-48.png",
|
],
|
||||||
"64": "icons/icon-64.png"
|
"options_ui": {
|
||||||
},
|
"page": "setwhitelist.html",
|
||||||
"browser_action": {
|
"browser_style": false
|
||||||
"browser_style": true,
|
},
|
||||||
"default_icon": {
|
"icons": {
|
||||||
"16": "icons/icon-16.png",
|
"32": "icons/icon-32.png",
|
||||||
"32": "icons/icon-32.png"
|
"48": "icons/icon-48.png",
|
||||||
}
|
"64": "icons/icon-64.png"
|
||||||
},
|
},
|
||||||
"background": {"scripts": ["stop_cf_mitm.js"]},
|
"browser_action": {
|
||||||
"applications": {
|
"browser_style": true,
|
||||||
"gecko": {
|
"default_icon": {
|
||||||
"id": "{d86b44dd-ef12-4f28-ab1c-ea32664490ac}",
|
"16": "icons/icon-16.png",
|
||||||
"strict_min_version": "52.0"
|
"32": "icons/icon-32.png"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
}
|
"background": {
|
||||||
|
"scripts": [
|
||||||
|
"stop_cf_mitm.js"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"applications": {
|
||||||
|
"gecko": {
|
||||||
|
"id": "{d86b44dd-ef12-4f28-ab1c-ea32664490ac}",
|
||||||
|
"strict_min_version": "52.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue