Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "BlockSite Pomodoro: Block Sites & Focus", "options_page": "options\/options.html", "icons": { "16": "icons\/tomatoshield16.png", "48": "icons\/tomatoshield48.png", "128": "icons\/tomatoshield128.png" }, "version": "1.5", "description": "Stay focused & Boost productivity with a custom blocklist & pomodoro-based site blocking.", "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_popup": "popup\/popup.html" }, "permissions": [ "storage", "notifications", "tabs" ] }