{
  "name": "Expectation — Know Your Body",
  "short_name": "Expectation",
  "description": "AI health journal for chronic conditions. Track symptoms, find triggers, share with your doctor.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f7f4ef",
  "theme_color": "#3d8f68",
  "orientation": "portrait-primary",
  "categories": ["health", "medical", "lifestyle"],
  "lang": "en-IN",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Log Symptom",
      "short_name": "Log",
      "description": "Quickly log a symptom",
      "url": "/journal",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    },
    {
      "name": "View Patterns",
      "short_name": "Patterns",
      "description": "See your health patterns",
      "url": "/patterns",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    }
  ]
}
