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": "Focus Guard", "version": "2.0.3", "description": "Focus Guard reminds you to focus when you try to access distracting websites by redirecting you to the Focus page.", "permissions": [ "storage", "tabs", "webNavigation", "unlimitedStorage" ], "icons": { "128": "src\/assets\/icons\/kzs-focus.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "action": { "default_popup": "popup.html", "default_title": "Focus Guard" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "manifest_version": 3 }