mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-24 10:23:43 +03:00
31 lines
822 B
JSON
31 lines
822 B
JSON
|
{
|
|||
|
"manifest_version": 2,
|
|||
|
|
|||
|
"name": "Ненавязчивый РосКомНадзор",
|
|||
|
"description": "Безопасный Интернет от РосКомНадзор с возможностью отказаться.",
|
|||
|
"version": "0.1",
|
|||
|
|
|||
|
"permissions": [
|
|||
|
"proxy",
|
|||
|
"storage",
|
|||
|
"alarms",
|
|||
|
"webRequest",
|
|||
|
"webRequestBlocking",
|
|||
|
"<all_urls>"
|
|||
|
],
|
|||
|
"icons": {
|
|||
|
"128": "./assets/icons/rkn.png"
|
|||
|
},
|
|||
|
"background": {
|
|||
|
"scripts": ["install.js", "proxy.js"]
|
|||
|
},
|
|||
|
"browser_action": {},
|
|||
|
"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": "Антизапрет"
|
|||
|
}
|