TreeTabsMigration/..files_opera/manifest.json

36 lines
909 B
JSON
Raw Permalink Normal View History

2017-07-26 22:23:39 +02:00
{
"manifest_version": 2,
2017-07-27 16:46:25 +02:00
"minimum_opera_version": "42",
2017-07-26 22:23:39 +02:00
"default_locale": "en",
"background": {
2018-12-13 23:55:34 +01:00
"scripts": [ "global.js", "./scripts/preferences.js", "background_firefox.js", "background_opera.js", "background_vivaldi.js", "background.js" ],
2017-07-26 22:23:39 +02: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-05-22 02:11:29 +02:00
"permissions": [ "tabs", "sessions", "<all_urls>", "storage", "unlimitedStorage", "bookmarks" ],
2017-07-26 22:23:39 +02:00
"sidebar_action": {
"default_icon": {
"19": "icons/16.png",
"38": "icons/38.png"
},
"default_panel": "sidebar.html",
"default_title": "Tree Tabs"
},
2018-12-13 23:55:34 +01:00
"options_page": "options/options.html",
2018-07-03 20:36:38 +02:00
"commands": {
"close_tree": {
"suggested_key": { "default": "Alt+W" },
"description": "close tree"
}
},
2018-12-13 23:55:34 +01:00
"version": "1.8.6"
2017-07-26 22:23:39 +02:00
}