2019-05-06 01:42:59 +00:00
|
|
|
{
|
|
|
|
"manifest_version": 2,
|
|
|
|
"name": "Block Cloudflare MITM Attack",
|
|
|
|
"description": "Submit to global surveillance or resist. The choice is yours.",
|
2019-08-04 23:56:41 +00:00
|
|
|
"version": "1.0.1908.1",
|
2019-05-06 01:42:59 +00:00
|
|
|
"minimum_chrome_version": "60",
|
|
|
|
"author": "Project BCMA",
|
2019-07-12 02:59:13 +00:00
|
|
|
"homepage_url": "https://codeberg.org/crimeflare/cloudflare-tor",
|
2019-05-06 01:42:59 +00:00
|
|
|
"incognito": "split",
|
|
|
|
"permissions": [
|
|
|
|
"<all_urls>",
|
|
|
|
"activeTab",
|
|
|
|
"tabs",
|
|
|
|
"webRequest",
|
|
|
|
"webRequestBlocking",
|
2019-08-04 23:56:41 +00:00
|
|
|
"webNavigation",
|
|
|
|
"storage"
|
2019-05-06 01:42:59 +00:00
|
|
|
],
|
|
|
|
"icons": {
|
|
|
|
"32": "icons/icon-32.png",
|
|
|
|
"48": "icons/icon-48.png",
|
|
|
|
"64": "icons/icon-64.png"
|
|
|
|
},
|
|
|
|
"background": {
|
|
|
|
"scripts": [
|
|
|
|
"anticloudflare.js"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"options_ui": {
|
|
|
|
"page": "mydata.html"
|
|
|
|
},
|
|
|
|
"browser_action": {
|
|
|
|
"default_icon": {
|
|
|
|
"32": "icons/cf_0.png"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|