0
0
mirror of https://git.sdf.org/deCloudflare/deCloudflare/ synced 2024-06-02 16:50:48 +00:00
deCloudflare/src/manifest.json

32 lines
794 B
JSON
Raw Normal View History

{
"manifest_version": 2,
"name": "Block Cloudflare MiTM Attack",
"description": "If the destination website use Cloudflare, block further request.",
2018-01-02 04:42:22 +00:00
"version": "1.0.8.6",
"homepage_url": "https://trac.torproject.org/projects/tor/ticket/24351",
"permissions": ["webRequest","webRequestBlocking","<all_urls>","storage","activeTab"],
"options_ui": {
"page": "setwhitelist.html",
2017-12-31 09:09:30 +00:00
"browser_style": false
},
"icons": {
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"64": "icons/icon-64.png"
},
"browser_action": {
"browser_style": true,
"default_icon": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png"
}
},
"background": {"scripts": ["stop_cf_mitm.js"]},
"applications": {
"gecko": {
"id": "{d86b44dd-ef12-4f28-ab1c-ea32664490ac}",
"strict_min_version": "52.0"
}
}
}