24 lines
471 B
JSON
24 lines
471 B
JSON
{
|
|
"manifest_version": 2,
|
|
"default_locale": "en",
|
|
"background": {
|
|
"page": "background.html",
|
|
"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" ],
|
|
"options_ui": {
|
|
"page": "options.html",
|
|
"open_in_tab": false
|
|
},
|
|
"version": "1.0"
|
|
}
|