mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-24 10:23:43 +03:00
40 lines
825 B
JSON
40 lines
825 B
JSON
|
{
|
||
|
"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",
|
||
|
"alarms",
|
||
|
"storage",
|
||
|
"<all_urls>",
|
||
|
"tabs",
|
||
|
"contextMenus",
|
||
|
"notifications"
|
||
|
],
|
||
|
|
||
|
"background": {
|
||
|
"persistent": true,
|
||
|
"scripts": [
|
||
|
"00-init-apis.js",
|
||
|
"12-set-pac-url.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
|
||
|
}
|
||
|
}
|