deCloudflare/addons/code/bcma/manifest.json

56 lines
1.2 KiB
JSON
Raw Normal View History

2020-07-30 23:11:12 +00:00
{
"manifest_version": 2,
"name": "Bloku Cloudflaron MITM-Atakon",
2020-11-10 07:40:12 +00:00
"description": "Submetiĝu al tutmonda gvatado aŭ rezistu",
2021-06-09 03:56:26 +00:00
"version": "1.0.6",
2021-04-06 10:12:45 +00:00
"homepage_url": "http://crimeflare.eu.org/",
"author": "Crimeflare #Addon",
2020-07-30 23:11:12 +00:00
"permissions": [
"<all_urls>",
"activeTab",
"tabs",
"webRequest",
"webRequestBlocking",
"webNavigation",
"notifications",
"storage",
"unlimitedStorage"
],
"icons": {
"72": "icons/72.png"
},
"background": {
"scripts": [
"cf.js"
]
},
2020-07-31 10:33:43 +00:00
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*"
],
"js": [
"cs.js"
],
"run_at": "document_end"
}
],
2020-07-30 23:11:12 +00:00
"options_ui": {
"browser_style": true,
"page": "cg.html"
},
"browser_action": {
"browser_style": true,
"default_icon": {
"32": "icons/cf_0.png"
}
},
"applications": {
"gecko": {
"id": "bcma@searxes.eu.org",
2020-11-10 07:40:12 +00:00
"strict_min_version": "78.0",
"update_url": "https://api.nnpaefp7pkadbxxkhz2agtbv2a4g5sgo2fbmv3i7czaua354334uqqad.onion/_/addon.php?for=bcma"
2020-07-30 23:11:12 +00:00
}
}
}