mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2025-02-14 18:50:40 +03:00
43 lines
975 B
JSON
Executable File
43 lines
975 B
JSON
Executable File
{
|
|
"manifest_version": 2,
|
|
|
|
"name": "__MSG_extName__",
|
|
"default_locale": "en",
|
|
"description": "__MSG_extDesc__ https://rebrand.ly/ac-wiki",
|
|
"version": "0.0.0.16",
|
|
"icons": {
|
|
"128": "/icons/default-128.png"
|
|
},
|
|
"author": "ilyaigpetrov@gmail.com",
|
|
"homepage_url": "https://github.com/anticensorship-russia/chromium-extension",
|
|
|
|
"permissions": [
|
|
"proxy",
|
|
"webRequest",
|
|
"alarms",
|
|
"storage",
|
|
"<all_urls>",
|
|
"tabs",
|
|
"contextMenus",
|
|
"notifications"
|
|
],
|
|
|
|
"background": {
|
|
"scripts": [
|
|
"00-init-apis.js",
|
|
"11-api-error-handlers.js",
|
|
"12-api-sync-pac-script-with-pac-provider.js",
|
|
"30-block-informer.js",
|
|
"40-context-menus.js"
|
|
]
|
|
},
|
|
"browser_action": {
|
|
"default_title": "Этот сайт благословлён",
|
|
"default_popup": "/pages/choose-pac-provider/index.html"
|
|
},
|
|
"options_ui": {
|
|
"page": "/pages/choose-pac-provider/index.html",
|
|
"chrome_style": true
|
|
}
|
|
}
|