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", "version": "0.1.5", "manifest_version": 3, "offline_enabled": true, "name": "Hide Tabs (Panic Button)", "homepage_url": "https:\/\/mybrowseraddon.com\/hide-tabs.html", "description": "Easily hide and restore all open tabs with the click of a button!", "permissions": [ "storage", "sessions" ], "browser_specific_settings": { "gecko": { "strict_min_version": "109.0", "id": "{f9faf3ac-7906-4f12-bcbb-adf971422cf8}" } }, "background": { "service_worker": "background.js", "scripts": [ "lib\/config.js", "lib\/chrome.js", "lib\/runtime.js", "lib\/common.js" ] }, "action": { "default_title": "Hide Tabs (Panic Button)", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "commands": { "hide_tabs": { "description": "Hide Tabs (Panic Button)", "suggested_key": { "mac": "Alt+Shift+A", "default": "Alt+Shift+A" } } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } }