Inspect and view changes in MinuteWorx 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",
"name": "MinuteWorx",
"manifest_version": 2,
"description": "A Web Based Time Tracking Punch Clock, Shift Scheduler and Timesheet Payroll for your staff.",
"version": "1",
"app": {
"urls": [
"*://www.minuteworx.com/"
],
"launch": {
"web_url": "http://www.minuteworx.com/site/dashboards/goto_punchclock/hide_install_code:1"
}
},
"icons": {
"128": "icon_128.png"
},
"permissions": [
"unlimitedStorage",
"notifications",
"geolocation"
]
}