0
0
mirror of https://git.sdf.org/deCloudflare/deCloudflare/ synced 2024-06-11 03:20:48 +00:00
deCloudflare/src/manifest.json

15 lines
418 B
JSON
Raw Normal View History

{
"manifest_version": 2,
"name": "Block Cloudflare MiTM Attack",
"description": "If the destination use Cloudflare, block future request.",
"version": "1.0.0",
"homepage_url": "https://trac.torproject.org/projects/tor/ticket/24351",
"permissions": ["webRequest","webRequestBlocking","<all_urls>"],
"icons": {
"48": "icons/icon-48.png",
"64": "icons/icon-64.png"
},
"background": {
"scripts": ["stop_cf_mitm.js"]
}
}