2977b85e13
has no icons yet; will soon have a keyboard shortcut to open
37 lignes
667 o
JSON
37 lignes
667 o
JSON
{
|
|
|
|
"manifest_version": 2,
|
|
"name": "__MSG_extensionName__",
|
|
"description": "__MSG_extensionDescription__",
|
|
"version": "1.0",
|
|
"default_locale": "en",
|
|
"applications": {
|
|
"gecko": {
|
|
"id":"resurrect-pages@gir.st",
|
|
"strict_min_version": "56.0b3"
|
|
}
|
|
},
|
|
|
|
"background": {
|
|
"scripts": ["common.js","background.js"]
|
|
},
|
|
|
|
"browser_action": {
|
|
"default_icon": "icons/page-32.png",
|
|
"default_title": "__MSG_extensionName__",
|
|
"default_popup": "popup.htm"
|
|
},
|
|
|
|
"permissions": [
|
|
"storage",
|
|
"contextMenus",
|
|
"tabs",
|
|
"activeTab"
|
|
],
|
|
|
|
"icons": {
|
|
"16": "icons/page-16.png",
|
|
"32": "icons/page-32.png"
|
|
}
|
|
|
|
}
|