mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-24 02:13:43 +03:00
32 lines
816 B
JSON
Executable File
32 lines
816 B
JSON
Executable File
{
|
||
"manifest_version": 2,
|
||
|
||
"name": "РосКомНадзор3",
|
||
"description": "Безопасный Интернет от РосКомНадзор с возможностью отказаться.",
|
||
"version": "0.1",
|
||
|
||
"permissions": [
|
||
"proxy",
|
||
"storage",
|
||
"alarms",
|
||
"declarativeWebRequest",
|
||
"*://*/*"
|
||
],
|
||
"icons": {
|
||
"128": "./assets/icons/rkn.png"
|
||
},
|
||
"background": {
|
||
"scripts": ["install.js"]
|
||
},
|
||
"browser_action": {
|
||
"default_popup": "./pages/popup.html"
|
||
},
|
||
"options_page": "./pages/options.html",
|
||
|
||
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
|
||
|
||
"author": "ilyaigpetrov@gmail.com",
|
||
"homepage_url": "https://github.com/ilyaigpetrov/consorship-free",
|
||
"short_name": "Антизапрет"
|
||
}
|