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": "Unlimited Focus: Website Blocker & Pomodoro", "version": "1.1.0", "description": "Distractions delay dreams. Boost your focus for free with Unlimited Focus: Website Blocker and Pomodoro Timer", "action": { "default_popup": "Popup.html", "default_title": "Unlimited Focus: Free Website Blocker & Pomodoro Timer", "default_icon": { "48": "icon48.png", "128": "icon128.png" } }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "Content.js" ], "run_at": "document_end" } ], "permissions": [ "activeTab", "storage", "notifications" ], "host_permissions": [ "<all_urls>" ], "icons": { "48": "icon48.png", "128": "icon128.png" } }