{
  "name": "Veteran Care Platform",
  "short_name": "VCP",
  "description": "Military-grade care documentation for veteran caregivers",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f5f5f0",
  "theme_color": "#3d5a3e",
  "orientation": "portrait-primary",
  "categories": ["medical", "health", "productivity"],
  "icons": [
    {
      "src": "/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Log Vitals",
      "short_name": "Vitals",
      "url": "/vitals",
      "description": "Quickly log vital signs"
    },
    {
      "name": "Log MAR",
      "short_name": "MAR",
      "url": "/mar",
      "description": "Record medication administration"
    },
    {
      "name": "Log Seizure",
      "short_name": "Seizure",
      "url": "/seizure",
      "description": "Log a seizure event"
    }
  ]
}
