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

38 lines
797 B
JSON
Raw Normal View History

{
"manifest_version": 2,
"name": "__MSG_extName__ 0.17",
"default_locale": "ru",
"description": "__MSG_extDesc__",
"version": "0.0.0.17",
"icons": {
"128": "/icons/default-128.png"
},
"author": "ilyaigpetrov@gmail.com",
"homepage_url": "https://github.com/anticensorship-russia/chromium-extension",
"permissions": [
"proxy",
"<all_urls>",
"tabs",
"contextMenus",
"notifications"
],
"background": {
2017-02-09 14:45:23 +03:00
"persistent": false,
"scripts": [
2017-02-09 14:45:23 +03:00
"00-set-pac.js",
"40-context-menus.js"
]
},
"browser_action": {
"default_title": "Этот сайт благословлён 0.17",
"default_popup": "pages/show-state/index.html"
},
"options_ui": {
"page": "pages/show-state/index.html",
"chrome_style": true
}
}