2014-09-20 11:49:04 -04:00
|
|
|
{
|
2024-02-29 09:14:04 -05:00
|
|
|
"manifest_version": 3,
|
|
|
|
"name": "ZeroOmega--Proxy Switchy manifest v3 version",
|
2024-03-30 09:41:05 -04:00
|
|
|
"version": "3.2.0",
|
2014-09-20 11:49:04 -04:00
|
|
|
"description": "__MSG_manifest_app_description__",
|
|
|
|
"icons": {
|
2017-02-26 20:18:27 -05:00
|
|
|
"16": "img/icons/omega-action-16.png",
|
|
|
|
"24": "img/icons/omega-action-24.png",
|
|
|
|
"32": "img/icons/omega-action-32.png",
|
2014-09-20 11:49:04 -04:00
|
|
|
"48": "img/icons/omega-48.png",
|
|
|
|
"64": "img/icons/omega-64.png",
|
|
|
|
"128": "img/icons/omega-128.png"
|
|
|
|
},
|
|
|
|
"default_locale": "en",
|
2024-02-29 09:14:04 -05:00
|
|
|
"action": {
|
2017-02-26 20:18:27 -05:00
|
|
|
"default_icon": {
|
|
|
|
"16": "img/icons/omega-action-16.png",
|
2017-03-01 00:22:53 -05:00
|
|
|
"19": "img/icons/omega-action-19.png",
|
2017-02-26 20:18:27 -05:00
|
|
|
"24": "img/icons/omega-action-24.png",
|
|
|
|
"32": "img/icons/omega-action-32.png"
|
|
|
|
},
|
2014-09-20 11:49:04 -04:00
|
|
|
"default_title": "__MSG_manifest_icon_default_title__",
|
2017-03-14 00:25:46 -04:00
|
|
|
"default_popup": "popup/index.html"
|
2014-09-20 11:49:04 -04:00
|
|
|
},
|
|
|
|
"background": {
|
2024-02-29 09:14:04 -05:00
|
|
|
"service_worker": "x-background.js",
|
|
|
|
"type": "module"
|
2014-09-20 11:49:04 -04:00
|
|
|
},
|
2024-02-29 09:14:04 -05:00
|
|
|
"minimum_chrome_version": "111",
|
2014-09-20 11:49:04 -04:00
|
|
|
"options_page": "options.html",
|
2017-04-15 20:44:53 -04:00
|
|
|
"options_ui": {
|
|
|
|
"page": "options.html",
|
|
|
|
"browser_style": false,
|
|
|
|
"open_in_tab": true
|
|
|
|
},
|
2024-02-29 09:14:04 -05:00
|
|
|
"commands": {
|
|
|
|
"_execute_action": { "suggested_key": { "default": "Alt+Shift+O" } }
|
|
|
|
},
|
2014-09-20 11:49:04 -04:00
|
|
|
"permissions": [
|
|
|
|
"proxy",
|
|
|
|
"tabs",
|
|
|
|
"alarms",
|
|
|
|
"storage",
|
2014-12-11 05:43:46 -05:00
|
|
|
"webRequest",
|
2024-02-29 09:14:04 -05:00
|
|
|
"webRequestAuthProvider",
|
|
|
|
"contextMenus"
|
2014-12-19 08:00:19 -05:00
|
|
|
],
|
2024-02-29 09:14:04 -05:00
|
|
|
"host_permissions": ["<all_urls>"]
|
2014-09-20 11:49:04 -04:00
|
|
|
}
|