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": "Distraction Detox", "version": "0.1.4", "permissions": [ "storage", "tabs", "activeTab" ], "icons": { "128": "128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": "32.png", "default_title": "This is Your Tools", "default_popup": "popup.html" }, "default_locale": "en" }