{
  "id": "/",
  "name": "AfterCare — Your Discharge Paperwork, Explained",
  "short_name": "AfterCare",
  "description": "Turns your own discharge paperwork into a plain-language, read-aloud recovery guide. Informational only.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "lang": "en",
  "dir": "ltr",
  "background_color": "#f3f2f2",
  "theme_color": "#f3f2f2",
  "categories": ["health", "medical", "lifestyle"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Today's plan",
      "short_name": "Today",
      "description": "Today's medications and steps",
      "url": "/today"
    },
    {
      "name": "Daily check-in",
      "short_name": "Check-in",
      "description": "Record how you're doing today",
      "url": "/check-in"
    },
    {
      "name": "When to get help",
      "short_name": "Warnings",
      "description": "Your warning signs and what to do",
      "url": "/emergency"
    }
  ]
}
