{
  "name": "LTSS Maryland Mobile",
  "short_name": "LTSS MD",
  "description": "LTSS Maryland Mobile — pay-period clock tracker with one-tap DTMF auto-dial.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f1b3d",
  "theme_color": "#0f1b3d",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }
  ],
  "shortcuts": [
    {
      "name": "PS Clock In",
      "short_name": "PS In",
      "url": "/dashboard?action=ps-in",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "PS Clock Out",
      "short_name": "PS Out",
      "url": "/dashboard?action=ps-out",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "RC Clock In",
      "short_name": "RC In",
      "url": "/dashboard?action=rc-in",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "RC Clock Out",
      "short_name": "RC Out",
      "url": "/dashboard?action=rc-out",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
