mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-24 10:23:43 +03:00
26 lines
609 B
JSON
26 lines
609 B
JSON
|
{
|
|||
|
"manifest_version": 2,
|
|||
|
|
|||
|
"name": "Антизапрет",
|
|||
|
"description": "Безопасный Интернет с возможностью отказаться.",
|
|||
|
"version": "0.0.0.1",
|
|||
|
|
|||
|
"permissions": [
|
|||
|
"proxy",
|
|||
|
"webRequest",
|
|||
|
"alarms",
|
|||
|
"<all_urls>"
|
|||
|
],
|
|||
|
"icons": {
|
|||
|
"128": "./assets/icons/rkn-disabled.png"
|
|||
|
},
|
|||
|
"background": {
|
|||
|
"scripts": ["install.js", "proxy.js"]
|
|||
|
},
|
|||
|
"page_action": {},
|
|||
|
|
|||
|
"author": "ilyaigpetrov@gmail.com",
|
|||
|
"homepage_url": "https://github.com/ilyaigpetrov/anti-censorship-russia",
|
|||
|
"short_name": "Антизапрет"
|
|||
|
}
|