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": "Website Blocker: Block Websites and Focus", "version": "1.2", "description": "Easy way to block websites and stay focused. Add a site to block or block by category to block distracting sites and stay focused", "permissions": [ "storage", "declarativeNetRequest", "declarativeNetRequestFeedback", "webNavigation", "notifications" ], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html" }, "web_accessible_resources": [ { "resources": [ "blocked.html" ], "matches": [ "*:\/\/*\/*" ], "use_dynamic_url": true } ] }