Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_ext_name__", "description": "__MSG_ext_description__", "version": "2.2.5", "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "permissions": [ "sidePanel", "tabs", "tabGroups", "storage", "favicon", "contextMenus" ], "default_locale": "en", "side_panel": { "default_path": "index.html" }, "action": { "default_title": "Vertical Tabs", "default_icon": { "19": "assets\/icons\/19.png", "38": "assets\/icons\/38.png" } }, "icons": { "16": "assets\/icons\/16.png", "48": "assets\/icons\/48.png", "128": "assets\/icons\/128.png" }, "commands": { "_execute_action": { "suggested_key": { "default": "Alt+B" } } } }