Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 15, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "FocusMate - Website Blocker & Time Manager", "version": "1.3.1", "description": "Stay focused and productive by blocking distracting websites, limiting daily social media time, and managing digital habits.", "permissions": [ "storage", "tabs", "activeTab" ], "action": { "default_popup": ".\/src\/popup\/popup.html" }, "background": { "service_worker": "background.js", "type": "module" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }