{
  "name": "MyAsher — Your GPS for the Care Space",
  "short_name": "MyAsher",
  "description": "Lighting the way to the right care. A warm, AI-powered guide through home care, home health, palliative, hospice, and everything in between.",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0D3D5C",
  "theme_color": "#2AADA0",
  "categories": ["health", "medical", "lifestyle", "productivity"],
  "icons": [
    {
      "src": "/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/pwa-icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Talk to Asher",
      "short_name": "Chat",
      "description": "Start a conversation with Asher about care options",
      "url": "/chat?utm_source=pwa_shortcut",
      "icons": [{ "src": "/pwa-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Find Providers",
      "short_name": "Search",
      "description": "Browse care providers near you",
      "url": "/browse-providers?utm_source=pwa_shortcut",
      "icons": [{ "src": "/pwa-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Portal",
      "short_name": "Portal",
      "description": "Your family care portal",
      "url": "/portal?utm_source=pwa_shortcut",
      "icons": [{ "src": "/pwa-icon-192.png", "sizes": "192x192" }]
    }
  ]
}
