Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",
"version": "0.1.5",
"manifest_version": 3,
"action": {
"default_title": "Tab Tree"
},
"permissions": [
"tabs",
"sidePanel"
],
"background": {
"service_worker": "js\/background.js",
"type": "module"
},
"icons": {
"128": "icons\/icon128.png"
},
"side_panel": {
"default_path": "pages\/sidepanel\/panel.html"
},
"commands": {
"toggle-panel": {
"suggested_key": {
"default": "Ctrl+Shift+Y",
"mac": "Command+Shift+Y"
},
"description": "Toggle Tab Tree panel"
}
},
"homepage_url": "https:\/\/tab-tree.pdfwork.com",
"default_locale": "en"
}