{
  "name": "CompanionNow - Senior Healthcare & Independence Platform",
  "short_name": "CompanionNow",
  "description": "Comprehensive healthcare and caregiving platform for adults 50+, disabled individuals, and those with autism",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "scope": "/",
  "categories": ["health", "lifestyle", "medical"],
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icons/icon-192x192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.svg", 
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.svg",
      "sizes": "192x192", 
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512x512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml", 
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Emergency Support",
      "short_name": "Emergency",
      "description": "Quick access to emergency assistance",
      "url": "/emergency",
      "icons": [{ "src": "/icons/icon-192x192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Health Dashboard", 
      "short_name": "Health",
      "description": "View your health metrics and data",
      "url": "/health",
      "icons": [{ "src": "/icons/icon-192x192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Voice Assistant",
      "short_name": "Voice",
      "description": "Talk to your AI assistant",
      "url": "/voice-assistant", 
      "icons": [{ "src": "/icons/icon-192x192.svg", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "protocol_handlers": [],
  "capture_links": "new-client"
}