Inspect and view changes in ZoomShift — Employee Scheduling Software 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": "ZoomShift — Employee Scheduling Software",
"short_name": "ZoomShift",
"description": "Employee Scheduling Software. Work Schedules Made Easy With Schedule Templates. Time Off, Availability And Shift Trades In One Place",
"version": "1.0.2",
"manifest_version": 2,
"icons": {
"128": "icon_128.png"
},
"app": {
"urls": [
"*://next.zoomshift.com/"
],
"launch": {
"web_url": "http://next.zoomshift.com/accounts/new?utm_campaign=chrome_app&utm_source=chrome_app"
}
}
}