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": "TimeMelt - Digital Detox Clock", "version": "1.0.1", "description": "A browser extension to track and analyze your online activity for better time management.", "permissions": [ "storage", "tabs" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "128": "images\/icon-128.png" } }, "icons": { "128": "images\/icon-128.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } }