mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-24 10:23:43 +03:00
27 lines
930 B
JSON
Executable File
27 lines
930 B
JSON
Executable File
{
|
|
"update_url": "https://clients2.google.com/service/update2/crx",
|
|
|
|
"manifest_version": 2,
|
|
"name": "__MSG_chrome_extension_name__",
|
|
"description": "__MSG_chrome_extension_description__",
|
|
"default_locale": "en",
|
|
"version": "1.12",
|
|
"icons": {
|
|
"128": "im/ico128-2.png"
|
|
},
|
|
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
|
|
"background": {
|
|
"page": "background.html",
|
|
"persistent": true
|
|
},
|
|
"web_accessible_resources": [],
|
|
"permissions": ["webNavigation","contextMenus","webRequest", "webRequestBlocking","unlimitedStorage", "tabs", "proxy", "browsingData", "http://*/*", "https://*/*","storage"],
|
|
"browser_action": {
|
|
"default_title": "__MSG_browser_action_title__",
|
|
"default_icon": {
|
|
"19": "im/ico38g-2.png",
|
|
"38": "im/ico38g-2.png"
|
|
},
|
|
"default_popup": "popup.html"
|
|
}
|
|
} |