30 lines
749 B
JSON
30 lines
749 B
JSON
{
|
|
"manifest_version": 2,
|
|
"default_locale": "en",
|
|
"background": {
|
|
"scripts": [ "global.js", "./scripts/preferences.js", "background_firefox.js", "background_opera.js", "background_vivaldi.js", "background.js" ],
|
|
"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"
|
|
},
|
|
"permissions": [ "tabs", "sessions", "<all_urls>", "storage", "unlimitedStorage", "bookmarks" ],
|
|
"options_ui": {
|
|
"page": "options/options.html",
|
|
"open_in_tab": false
|
|
},
|
|
"commands": {
|
|
"close_tree": {
|
|
"suggested_key": { "default": "Alt+W" },
|
|
"description": "close tree"
|
|
}
|
|
},
|
|
"version": "1.8.6"
|
|
}
|