mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-02-02 11:08:13 -05:00
9d71c91634
This allows the popup to load faster for most cases. If advanced features are used, the user will be redirected to the full popup page.
53 lines
1.6 KiB
JSON
53 lines
1.6 KiB
JSON
{
|
|
"manifest_version": 2,
|
|
"name": "__MSG_manifest_app_name__",
|
|
"version": "2.4.3",
|
|
"description": "__MSG_manifest_app_description__",
|
|
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkhwZJT76btQ04EEMOFtZPLESD1TmSVjbLjs0OyesD9Ht8YllFPfJ3qmtbSQGVuvmxH1GK/jUO2QcEWb8bHuOjoRlq20fi5j5Aq90O8FKET+y5D8PxCyi3WmnquiEwaE5cNmaCsw/G2JlO+bZOtdQ/QKOvMxBAegABYimEGfSvCMVUEvpymys0gBhLoch72zPAiJUBkf0z8BtjYTueMRcRXkrSeRPLygUDQnZ1TkQWMYYBp/zqpD5ggxytAklEMQzR9Hn0lqu5s7iuUAgihbysPn/8Wh00Zj5FySpK//KcpG3JS7UWxC28oSt8z5ZR3YimnX+HX3P36V0mC1pgM4o7wIDAQAB",
|
|
"icons": {
|
|
"16": "img/icons/omega-action-16.png",
|
|
"24": "img/icons/omega-action-24.png",
|
|
"32": "img/icons/omega-action-32.png",
|
|
"48": "img/icons/omega-48.png",
|
|
"64": "img/icons/omega-64.png",
|
|
"128": "img/icons/omega-128.png"
|
|
},
|
|
"default_locale": "en",
|
|
"browser_action": {
|
|
"default_icon": {
|
|
"16": "img/icons/omega-action-16.png",
|
|
"19": "img/icons/omega-action-19.png",
|
|
"24": "img/icons/omega-action-24.png",
|
|
"32": "img/icons/omega-action-32.png"
|
|
},
|
|
"default_title": "__MSG_manifest_icon_default_title__",
|
|
"default_popup": "popup/index.html"
|
|
},
|
|
"background": {
|
|
"page": "background.html"
|
|
},
|
|
"minimum_chrome_version": "22.0.0",
|
|
"options_page": "options.html",
|
|
"permissions": [
|
|
"proxy",
|
|
"tabs",
|
|
"alarms",
|
|
"storage",
|
|
"webRequest",
|
|
"webRequestBlocking",
|
|
"contextMenus",
|
|
|
|
"http://*/*",
|
|
"https://*/*",
|
|
"ftp://*/*",
|
|
"<all_urls>"
|
|
],
|
|
"commands": {
|
|
"_execute_browser_action": {
|
|
"suggested_key": {
|
|
"default": "Alt+Shift+O"
|
|
}
|
|
}
|
|
}
|
|
}
|