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", "manifest_version": 3, "name": "Super Vertical Tabs", "version": "1.0.0", "description": "A vertical tab management extension with grouping, search, and customization features.", "permissions": [ "sidePanel", "tabs", "tabGroups", "storage", "contextMenus" ], "background": { "service_worker": "js\/background.js" }, "side_panel": { "default_path": "sidebar.html" }, "commands": { "_execute_side_panel": { "suggested_key": { "default": "Alt+V", "mac": "Alt+V" }, "description": "Toggle the side panel" } }, "action": { "default_icon": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" } }, "icons": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" } }