resurrect-pages-isup-edition/manifest.json

50 lignes
930 B
JSON
Brut Vue normale Historique

{
"manifest_version": 2,
"name": "__MSG_extensionName__",
2017-08-20 19:06:17 +02:00
"short_name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
2017-08-24 05:04:56 +02:00
"version": "5",
"default_locale": "en",
2017-08-20 19:06:17 +02:00
"homepage_url": "https://github.com/arantius/resurrect-pages",
"applications": {
"gecko": {
"id": "{0c8fbd76-bdeb-4c52-9b24-d587ce7b9dc3}",
2017-08-20 18:18:29 +02:00
"strict_min_version": "57.0"
}
},
"background": {
"scripts": [
"common.js",
"background.js"
]
},
"browser_action": {
"default_icon": "icons/page-32.png",
"default_title": "__MSG_extensionName__",
"default_popup": "popup.htm"
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Shift+U"
}
}
},
"icons": {
"16": "icons/page-16.png",
"32": "icons/page-32.png"
},
"permissions": [
"storage",
"contextMenus",
"tabs",
"activeTab"
]
}