1
1
Bifurcation 0
resurrect-pages-isup-edition/manifest.json
Albirew 9fc038e1dd fixed bug
fixed "WARN Please specify whether you want browser_style or not in your browser_action options"
2018-03-29 19:24:50 +02:00

50 lignes
944 o
JSON

{
"manifest_version": 2,
"name": "__MSG_extensionName__",
"short_name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "6",
"default_locale": "en",
"homepage_url": "https://github.com/Albirew/resurrect-pages",
"applications": {
"gecko": {
"id": "resurrect-pages@albirew.fr",
"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",
"browser_style":false
},
"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"
]
}