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", "manifest_version": 3, "name": "Focus Session", "description": "Block distracting websites for a set period of time to avoid distraction. Blocked websites don't load to prevent dopamine hits.", "version": "1.0", "action": { "default_popup": "popup\/popup.html", "default_icon": "images\/focus.png" }, "icons": { "128": "images\/focus.png" }, "background": { "service_worker": "service-worker.js" }, "permissions": [ "storage", "tabs", "webNavigation" ] }