runet-censorship-bypass/extensions/chromium/manifest.json

33 lines
764 B
JSON
Raw Normal View History

2015-11-12 12:32:24 +03:00
{
"manifest_version": 2,
2015-12-01 09:24:45 +03:00
"name": "РосКомНадзор",
"description": "Безопасный Интернет от РосКомНадзор с возможностью отказаться.",
2015-11-12 12:32:24 +03:00
"version": "0.1",
"permissions": [
2015-11-27 23:47:27 +03:00
"proxy",
"storage",
"alarms",
"http://*/",
"https://*/",
"ftp://*/"
2015-11-12 12:32:24 +03:00
],
2015-12-01 09:24:45 +03:00
"icons": {
"128": "./assets/icons/rkn.png"
},
2015-11-12 12:32:24 +03:00
"background": {
"scripts": ["background.js"],
"persistent": false
},
2015-12-01 09:24:45 +03:00
"browser_action": {
"default_popup": "./pages/popup.html"
},
"options_page": "./pages/options.html",
2015-11-12 12:32:24 +03:00
"author": "ilyaigpetrov@gmail.com",
2015-12-01 09:24:45 +03:00
"homepage_url": "https://github.com/ilyaigpetrov/consorship-free",
2015-11-12 12:32:24 +03:00
"short_name": "Антизапрет"
}