{
  "name": "Crewly",
  "short_name": "Crewly",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0d1f17",
  "theme_color": "#1a5c42",
  "description": "Crewly — schedule your crew, run your shifts. Workforce management for shift-based businesses.",
  "categories": ["business", "productivity"],
  "lang": "en-US",
  "dir": "ltr",
  "id": "/",
  "icons": [
    { "src": "icons/icon-48.png", "sizes": "48x48", "type": "image/png" },
    { "src": "icons/icon-72.png", "sizes": "72x72", "type": "image/png" },
    { "src": "icons/icon-96.png", "sizes": "96x96", "type": "image/png" },
    { "src": "icons/icon-144.png", "sizes": "144x144", "type": "image/png" },
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "icons/icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "My Schedule",
      "short_name": "Schedule",
      "description": "View your weekly schedule",
      "url": "/?screen=schedule",
      "icons": [{ "src": "icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Punch Clock",
      "short_name": "Clock In",
      "description": "Clock in or out of your shift",
      "url": "/?screen=punch_clock",
      "icons": [{ "src": "icons/icon-96.png", "sizes": "96x96" }]
    }
  ],
  "prefer_related_applications": false,
  "related_applications": []
}
