mirror of
https://0xacab.org/dCF/deCloudflare.git
synced 2025-01-15 11:46:56 -05:00
Replace manifest.json
This commit is contained in:
parent
393c27c47d
commit
24136d77eb
@ -1 +1,59 @@
|
||||
-
|
||||
{
|
||||
"manifest_version": 2,
|
||||
"name": "Block Cloudflare MITM Attack!",
|
||||
"description": "Let's fight against the growing MITM attack on the Internet.",
|
||||
"version": "1.0.2",
|
||||
"homepage_url": "http://crimeflare.eu.org/",
|
||||
"author": "Crimeflare",
|
||||
"permissions": [
|
||||
"<all_urls>",
|
||||
"activeTab",
|
||||
"tabs",
|
||||
"webRequest",
|
||||
"webRequestBlocking",
|
||||
"webNavigation",
|
||||
"notifications",
|
||||
"storage",
|
||||
"unlimitedStorage"
|
||||
],
|
||||
"icons": {
|
||||
"72": "icons/72.png"
|
||||
},
|
||||
"background": {
|
||||
"scripts": [
|
||||
"cf.js"
|
||||
]
|
||||
},
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": [
|
||||
"http://*/*",
|
||||
"https://*/*"
|
||||
],
|
||||
"js": [
|
||||
"cs.js"
|
||||
],
|
||||
"run_at": "document_end"
|
||||
}
|
||||
],
|
||||
"options_ui": {
|
||||
"browser_style": true,
|
||||
"page": "cg.html"
|
||||
},
|
||||
"browser_action": {
|
||||
"browser_style": true,
|
||||
"default_title": "BCMA",
|
||||
"default_icon": {
|
||||
"32": "icons/cf_0.png"
|
||||
}
|
||||
},
|
||||
"web_accessible_resources": [
|
||||
"cloudflare.html"
|
||||
],
|
||||
"applications": {
|
||||
"gecko": {
|
||||
"id": "bcma@addon.crimeflare.eu.org",
|
||||
"strict_min_version": "91.0"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user