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