Inspect and view changes in Tomato Timer source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"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"
]
}