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": "Tab Hider", "version": "1.0.1", "description": "Hide all tabs and restore them through a secure page.", "permissions": [ "tabs", "storage" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "icons\/visiblee.png", "32": "icons\/visiblee.png", "48": "icons\/visiblee.png", "128": "icons\/visiblee.png" }, "default_title": "Hide\/Restore Tabs" }, "commands": { "toggle-tabs": { "suggested_key": { "default": "Ctrl+Shift+H", "mac": "Command+Shift+H" }, "description": "Quickly hide\/restore tabs" } }, "options_ui": { "page": "options.html", "open_in_tab": true }, "web_accessible_resources": [ { "resources": [ "icons\/visiblee.png", "icons\/hiddenn.png" ], "matches": [ "<all_urls>" ] } ] }