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