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": "PulseTomato: Pomodoro, No Distractions", "description": "Control your workday - pomodoro timer with website distraction", "version": "1.0.4", "minimum_chrome_version": "102", "permissions": [ "alarms", "notifications", "storage", "declarativeNetRequest", "browsingData" ], "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_popup": "popup\/popup-standby.html", "default_icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" } }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" }, "options_page": "options.html" }