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 Detox", "description": "Monitor your open tabs to reduce browser clutter and improve focus and performance.", "version": "1.2", "permissions": [ "tabs", "windows", "storage" ], "background": { "service_worker": "background.js" }, "action": { "default_title": "Tab Detox", "default_popup": "popup.html", "default_icon": { "16": "icon.png", "32": "icon32.png", "48": "icon48.png" } }, "icons": { "16": "icon.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } }