{
  "name": "VitalX Pro",
  "short_name": "VitalX Pro",
  "description": "Bilingual care coordination platform for coordinators, caregivers, and families",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Clock In",
      "short_name": "Clock In",
      "description": "Go directly to the caregiver clock-in page",
      "url": "/caregiver/clockin",
      "icons": [
        {
          "src": "/icons/shortcut-clockin-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "New Care Log",
      "short_name": "Care Log",
      "description": "Open a new care log entry",
      "url": "/care-logs?new=1",
      "icons": [
        {
          "src": "/icons/shortcut-carelog-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#1B4F72",
  "background_color": "#1B4F72",
  "orientation": "portrait-primary"
}
