Inspect and view changes in Workout 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": "Workout Timer",
"version": "1.0",
"description": "This utility is called Workout Timer, which helps users track their workout time for gym exercises.",
"action": {
"default_popup": "game.html",
"default_icon": {
"16": "images/timer-logo.png",
"48": "images/timer-logo.png",
"128": "images/timer-logo.png"
}
},
"host_permissions": [],
"icons": {
"16": "images/timer-logo.png",
"48": "images/timer-logo.png",
"128": "images/timer-logo.png"
}
}