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": "1.0.4", "manifest_version": 3, "short_name": "Breath", "name": "Take a Breath", "description": "Mindfully surf the web. Add a pause before accessing media.", "permissions": [ "storage", "tabs", "activeTab", "windows" ], "action": { "default_popup": "index.html", "default_icon": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" } }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "background": { "service_worker": "background.js" } }