Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SimpFocus: Block Websites & Pomodoro", "description": "SimpFocus is a free site blocker that empowers users to selectively block entire domains, URLs, or create whitelists for websites.", "version": "1.0.1.3", "manifest_version": 3, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "icons": { "32": "logo\/final\/simpfocus png colorx32.png", "48": "logo\/final\/simpfocus png colorx48.png", "128": "logo\/final\/simpfocus png colorx128.png" }, "declarative_net_request": { "rule_resources": [ { "id": "ruleset_6", "enabled": true, "path": "allowlist.json" }, { "id": "ruleset_1", "enabled": false, "path": "socials.json" }, { "id": "ruleset_2", "enabled": false, "path": "adults.json" } ] }, "action": { "default_popup": "src\/popup\/index.html", "default_icon": { "32": "logo\/final\/simpfocus png colorx32.png", "48": "logo\/final\/simpfocus png colorx48.png", "128": "logo\/final\/simpfocus png colorx128.png" }, "icons": { "32": "logo\/final\/simpfocus png colorx32.png", "48": "logo\/final\/simpfocus png colorx48.png", "128": "logo\/final\/simpfocus png colorx128.png" } }, "options_ui": { "page": "src\/redirect\/index.html", "open_in_tab": true }, "permissions": [ "storage", "tabs", "notifications", "offscreen", "declarativeNetRequest" ], "host_permissions": [ "*:\/\/*\/*" ], "web_accessible_resources": [ { "matches": [ "*:\/\/*\/*" ], "resources": [ "src\/redirect\/index.html" ], "use_dynamic_url": false } ] }