2015-12-07 13:53:47 +03:00
|
|
|
{
|
|
|
|
"manifest_version": 2,
|
|
|
|
|
2016-02-08 18:43:23 +03:00
|
|
|
"name": "Ненавязчивый РосКомНадзор NEW",
|
2016-01-17 22:27:54 +03:00
|
|
|
"description": "Аргументы против цензуры: https://git.io/vEkI9",
|
2016-02-08 12:55:41 +03:00
|
|
|
"version": "0.0.0.10",
|
2015-12-12 14:54:33 +03:00
|
|
|
"icons": {
|
2016-01-20 11:35:39 +03:00
|
|
|
"128": "/icons/ribbon128.png"
|
2015-12-12 14:54:33 +03:00
|
|
|
},
|
|
|
|
"author": "ilyaigpetrov@gmail.com",
|
|
|
|
"homepage_url": "https://github.com/ilyaigpetrov/anti-censorship-russia",
|
2015-12-07 13:53:47 +03:00
|
|
|
|
|
|
|
"permissions": [
|
|
|
|
"proxy",
|
|
|
|
"webRequest",
|
|
|
|
"alarms",
|
2015-12-20 23:28:41 +03:00
|
|
|
"storage",
|
2015-12-12 14:54:33 +03:00
|
|
|
"<all_urls>"
|
2015-12-07 13:53:47 +03:00
|
|
|
],
|
|
|
|
"background": {
|
2015-12-20 23:28:41 +03:00
|
|
|
"scripts": ["sync-pac-script-with-pac-provider.js", "block-informer.js"]
|
2015-12-07 13:53:47 +03:00
|
|
|
},
|
2015-12-20 23:28:41 +03:00
|
|
|
"page_action": {
|
|
|
|
"default_popup": "/pages/choose-pac-provider/index.html"
|
|
|
|
},
|
|
|
|
"options_ui": {
|
|
|
|
"page": "/pages/choose-pac-provider/index.html",
|
2016-01-26 13:38:40 +03:00
|
|
|
"chrome_style": true
|
2015-12-20 23:28:41 +03:00
|
|
|
}
|
2015-12-07 13:53:47 +03:00
|
|
|
}
|