manifest.json

This commit is contained in:
Sophie Breider 2020-07-31 12:33:43 +02:00
parent f542983f87
commit 1fc8430f9a
1 changed files with 13 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Bloku Cloudflaron MITM-Atakon",
"description": "Submetiĝu al tutmonda gvatado aŭ rezistu. La elekto estas via.",
"version": "1.0.3.6",
"version": "1.0.4",
"homepage_url": "https://ss.wodferndripvpe6ib4uz4rtngrnzichnirgn7t5x64gxcyroopbhsuqd.onion/",
"author": "Ss",
"permissions": [
@ -24,6 +24,18 @@
"cf.js"
]
},
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*"
],
"js": [
"cs.js"
],
"run_at": "document_end"
}
],
"options_ui": {
"browser_style": true,
"page": "cg.html"