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": "Tomato Timer", "description": "A productivity timer modeled after the Pomodoro Technique that alerts users when it is time to work and take breaks", "version": "1.1", "icons": { "16": "logo-photos\/cover16.png", "48": "logo-photos\/cover48.png", "128": "logo-photos\/cover128.png" }, "action": { "default_popup": "popup\/popup.html" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "alarms" ] }