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 Timer & Website Blocker", "version": "1.1", "description": "Stay focused with Pomodoro timer and website blocker. Block distracting sites and manage your study\/work time effectively.", "permissions": [ "storage", "webNavigation", "notifications" ], "action": { "default_popup": "popup.html", "default_icon": { "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } }, "background": { "service_worker": "background.js" }, "icons": { "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "web_accessible_resources": [ { "resources": [ "alarm.mp3" ], "matches": [ "<all_urls>" ] } ] }