0
0
mirror of https://codeberg.org/crimeflare/cloudflare-tor synced 2024-09-20 09:01:08 +00:00
cloudflare-tor/addon_firefox/bcma/manifest.json

44 lines
1.0 KiB
JSON
Raw Normal View History

2019-05-05 11:10:27 +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:54:48 +00:00
"version": "1.0.1908.1",
2019-05-05 11:10:27 +00:00
"author": "Project BCMA",
"homepage_url": "https://trac.torproject.org/projects/tor/ticket/24351",
"permissions": [
"<all_urls>",
"activeTab",
"tabs",
"webRequest",
"webRequestBlocking",
2019-08-04 23:54:48 +00:00
"webNavigation",
"storage"
2019-05-05 11:10:27 +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_style": false
},
"browser_action": {
"browser_style": false,
"default_icon": {
"32": "icons/cf_0.png"
}
},
"applications": {
"gecko": {
2019-05-29 11:36:42 +00:00
"id": "for24351@trac.torproject.org",
"strict_min_version": "60.0",
2019-07-14 14:52:15 +00:00
"update_url":"https://api.searxes.eu.org/_/addon.php?for=bcma"
2019-05-05 11:10:27 +00:00
}
}
}