{
  "name": "ATEC CareSchedule",
  "short_name": "CareSchedule",
  "description": "Healthcare workforce scheduling for emergency medical and care teams",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f8fafc",
  "theme_color": "#2563eb",
  "orientation": "any",
  "lang": "en-US",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Schedule",
      "short_name": "Schedule",
      "description": "View and manage the weekly schedule",
      "url": "/schedule",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Can I Work?",
      "short_name": "Open Shifts",
      "description": "See which open shifts you can claim this week",
      "url": "/my-opportunities",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Open Shifts",
      "short_name": "Open Shifts",
      "description": "Browse all posted open shifts",
      "url": "/open-shifts",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    }
  ]
}
