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", "name": "Website Blocker with Redirect \u2014 Take Control of Your Web Browsing!", "description": "Tired of distracting or unwanted websites? Our Google Chrome extension empowers you to focus and boost productivity", "version": "1.1.0.0", "version_name": "1.1.0", "manifest_version": 3, "action": { "default_popup": "src\/popup\/index.html" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "options_page": "src\/options\/index.html", "offline_enabled": true, "permissions": [ "storage", "tabs", "activeTab" ], "icons": { "16": "src\/assets\/logo.png", "24": "src\/assets\/logo.png", "32": "src\/assets\/logo.png", "128": "src\/assets\/logo.png" } }