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": "__MSG_extensionName__", "version": "1.2.0", "description": "__MSG_extensionDescription__", "default_locale": "en", "author": "tabmanagerproo", "permissions": [ "tabs", "storage", "commands" ], "background": { "service_worker": "src\/js\/background.js" }, "action": { "default_popup": "src\/html\/popup.html", "default_icon": { "16": "assets\/images\/icon16.png", "32": "assets\/images\/icon32.png", "48": "assets\/images\/icon48.png", "64": "assets\/images\/icon64.png", "128": "assets\/images\/icon128.png" } }, "icons": { "16": "assets\/images\/icon16.png", "32": "assets\/images\/icon32.png", "48": "assets\/images\/icon48.png", "64": "assets\/images\/icon64.png", "128": "assets\/images\/icon128.png" }, "commands": { "toggle-all-tabs": { "suggested_key": { "default": "Alt+Shift+M", "linux": "Alt+Shift+M", "mac": "Alt+Shift+M", "windows": "Alt+Shift+M" }, "description": "Toggle all tabs" }, "toggle-current-tab": { "suggested_key": { "default": "Alt+M", "linux": "Alt+M", "mac": "Alt+M", "windows": "Alt+M" }, "description": "Toggle current tab" } } }