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": "time wiz - block and redirect websites", "version": "0.4.0", "description": "Manage your time better by blocking or redirecting from time-wasting websites!", "icons": { "16": ".\/assets\/[email protected]", "48": ".\/assets\/[email protected]", "96": ".\/assets\/[email protected]", "128": ".\/assets\/[email protected]" }, "permissions": [ "storage", "declarativeNetRequest", "alarms" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "index.html" }, "host_permissions": [ "<all_urls>" ], "declarative_net_request": { "rule_resources": [] } }