mirror of
https://codeberg.org/crimeflare/cloudflare-tor
synced 2024-11-07 09:52:40 +00:00
Delete 'addon_chrome/bcma/manifest.json'
This commit is contained in:
parent
be0e33a7c2
commit
942f8b0f4b
@ -1,37 +0,0 @@
|
||||
{
|
||||
"manifest_version": 2,
|
||||
"name": "Block Cloudflare MITM Attack",
|
||||
"description": "Submit to global surveillance or resist. The choice is yours.",
|
||||
"version": "1.0.1908.1",
|
||||
"minimum_chrome_version": "60",
|
||||
"author": "Project BCMA",
|
||||
"homepage_url": "https://codeberg.org/crimeflare/cloudflare-tor",
|
||||
"incognito": "split",
|
||||
"permissions": [
|
||||
"<all_urls>",
|
||||
"activeTab",
|
||||
"tabs",
|
||||
"webRequest",
|
||||
"webRequestBlocking",
|
||||
"webNavigation",
|
||||
"storage"
|
||||
],
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user