{
  "name": "TimeShift — Workforce Scheduling",
  "short_name": "TimeShift",
  "description": "Build schedules, run attendance, manage your workforce",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#6366f1",
  "background_color": "#0f172a",
  "icons": [
    { "src": "/icon.svg",              "sizes": "any",     "type": "image/svg+xml", "purpose": "any" },
    { "src": "/icon-192.png",          "sizes": "192x192", "type": "image/png",     "purpose": "any" },
    { "src": "/icon-512.png",          "sizes": "512x512", "type": "image/png",     "purpose": "any" },
    { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png",     "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Clock In",   "short_name": "Clock", "url": "/clock",     "icons": [{"src": "/icon.svg", "sizes": "any"}] },
    { "name": "My Shifts",  "short_name": "Shifts","url": "/my-shifts", "icons": [{"src": "/icon.svg", "sizes": "any"}] },
    { "name": "Schedule",   "short_name": "Sched", "url": "/schedule",  "icons": [{"src": "/icon.svg", "sizes": "any"}] }
  ],
  "categories": ["business", "productivity"],
  "lang": "en"
}
