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": {
|
2017-11-20 18:14:07 +01:00
|
|
|
"page": "background.html",
|
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-01-01 19:50:56 +01:00
|
|
|
"permissions": [ "tabs", "sessions", "<all_urls>", "storage" ],
|
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"
|
|
|
|
},
|
|
|
|
"options_page": "options.html",
|
2017-11-20 18:14:07 +01:00
|
|
|
"version": "1.0"
|
2017-07-26 22:23:39 +02:00
|
|
|
}
|