{
  "name": "Dottie — Your Healthcare at Home Guide",
  "short_name": "Dottie",
  "description": "Your warm, knowledgeable healthcare-at-home companion. Find DME suppliers, Home Health agencies, Hospice providers, MA plans, and get answers — right from your phone.",
  "start_url": "/app",
  "scope": "/app",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#1a5f6a",
  "background_color": "#fef7f3",
  "lang": "en-US",
  "categories": ["health", "medical", "utilities"],
  "icons": [
    {
      "src": "/icons/dottie-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/dottie-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/dottie-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Ask Dottie",
      "short_name": "Ask",
      "description": "Start a conversation with Dottie",
      "url": "/app?open=chat",
      "icons": [{"src": "/icons/dottie-icon.svg", "sizes": "any"}]
    },
    {
      "name": "My Care Timeline",
      "short_name": "Timeline",
      "description": "View your Medicare care journey",
      "url": "/app?tab=timeline",
      "icons": [{"src": "/icons/dottie-icon.svg", "sizes": "any"}]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
