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": "Tab Dance",
"description": "Delightful tab management",
"version": "0.0.1",
"manifest_version": 3,
"action": {
"default_icon": {
"16": "\/images\/[email protected]",
"32": "\/images\/[email protected]",
"48": "\/images\/[email protected]",
"128": "\/images\/[email protected]"
}
},
"icons": {
"16": "\/images\/[email protected]",
"48": "\/images\/[email protected]",
"128": "\/images\/[email protected]"
},
"background": {
"service_worker": "extension-worker.js",
"type": "module"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"commands": {
"close-current": {
"description": "Close current"
},
"close-others": {
"description": "Close others"
},
"open-previous": {
"description": "Open previous"
},
"open-next": {
"description": "Open next"
},
"merge-windows": {
"description": "Merge windows"
},
"move-previous": {
"description": "Move previous"
},
"move-next": {
"description": "Move next"
},
"print-debug-info": {
"description": "Print debug info"
},
"toggle-selection": {
"description": "Toggle selection"
}
},
"permissions": [
"tabs",
"commands",
"storage"
]
}