48 lines
970 B
JSON
48 lines
970 B
JSON
{
|
|
"manifest_version": 2,
|
|
"name": "Bloku Cloudflaron MITM-Atakon",
|
|
"version": "1.0.4.6",
|
|
"minimum_chrome_version": "78",
|
|
"homepage_url": "https://cfe.nnpaefp7pkadbxxkhz2agtbv2a4g5sgo2fbmv3i7czaua354334uqqad.onion/",
|
|
"author": "Crimeflare",
|
|
"incognito": "split",
|
|
"permissions": [
|
|
"<all_urls>",
|
|
"activeTab",
|
|
"tabs",
|
|
"webRequest",
|
|
"webRequestBlocking",
|
|
"webNavigation",
|
|
"notifications",
|
|
"storage",
|
|
"unlimitedStorage"
|
|
],
|
|
"icons": {
|
|
"72": "icons/72.png"
|
|
},
|
|
"background": {
|
|
"scripts": [
|
|
"cf.js"
|
|
]
|
|
},
|
|
"options_ui": {
|
|
"page": "cg.html"
|
|
},
|
|
"browser_action": {
|
|
"default_icon": {
|
|
"32": "icons/cf_0.png"
|
|
}
|
|
},
|
|
"content_scripts": [
|
|
{
|
|
"matches": [
|
|
"http://*/*",
|
|
"https://*/*"
|
|
],
|
|
"js": [
|
|
"cs.js"
|
|
],
|
|
"run_at": "document_end"
|
|
}
|
|
]
|
|
} |