2017-11-20 18:14:07 +01:00
|
|
|
{
|
|
|
|
"manifest_version": 2,
|
|
|
|
"default_locale": "en",
|
|
|
|
"background": {
|
2018-07-03 20:36:38 +02:00
|
|
|
"scripts": [ "listeners_bg.js", "scripts/common.js", "background.js" ],
|
2017-11-20 18:14:07 +01:00
|
|
|
"persistent": true
|
|
|
|
},
|
|
|
|
"name": "Tree Tabs",
|
|
|
|
"description": "__MSG_extDesc__",
|
|
|
|
"icons": {
|
|
|
|
"128": "icons/128.png",
|
|
|
|
"48": "icons/48.png",
|
|
|
|
"38": "icons/24.png",
|
|
|
|
"19": "icons/16.png",
|
|
|
|
"16": "icons/16.png"
|
|
|
|
},
|
2018-07-03 20:36:38 +02:00
|
|
|
"permissions": [ "<all_urls>", "tabs", "sessions", "storage", "unlimitedStorage", "bookmarks", "tabHide" ],
|
2017-11-20 18:14:07 +01:00
|
|
|
|
|
|
|
"sidebar_action": {
|
|
|
|
"default_icon": {
|
|
|
|
"16": "icons/16.png",
|
|
|
|
"19": "icons/16.png",
|
|
|
|
"38": "icons/38.png"
|
|
|
|
},
|
|
|
|
"default_panel": "sidebar.html",
|
|
|
|
"default_title": "Tree Tabs",
|
|
|
|
"browser_style": false
|
|
|
|
},
|
|
|
|
"browser_action": {
|
|
|
|
"default_icon": "icons/24.png"
|
|
|
|
},
|
|
|
|
"applications": {
|
|
|
|
"gecko": {
|
|
|
|
"id": "TreeTabs@jagiello.it",
|
|
|
|
"strict_min_version": "57.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"options_ui": {
|
|
|
|
"page": "options.html",
|
|
|
|
"open_in_tab": true
|
|
|
|
},
|
2018-07-03 20:36:38 +02:00
|
|
|
"commands": {
|
|
|
|
"close_tree": {
|
|
|
|
"suggested_key": { "default": "Alt+W" },
|
|
|
|
"description": "close tree"
|
|
|
|
}
|
|
|
|
},
|
2018-01-01 19:50:56 +01:00
|
|
|
"version": "100"
|
2017-11-20 18:14:07 +01:00
|
|
|
}
|