{
  "name": "MyWellness — Personalized Life Plan",
  "short_name": "MyWellness",
  "description": "Hyper-personalized daily wellness plan based on The Handbook of Wellness Medicine by Dr. Waguih IsHak. Daily AM/PM check-ins, AI wellness Q&A, 8 WHO dimensions tracking.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F2F7F3",
  "theme_color": "#1B7A4D",
  "lang": "en",
  "categories": ["health", "lifestyle", "medical"],
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Morning Check-In",
      "short_name": "Morning",
      "description": "Start your morning wellness check-in",
      "url": "./index.html?tab=morning",
      "icons": [{"src": "icon.svg", "sizes": "any"}]
    },
    {
      "name": "Evening Check-In",
      "short_name": "Evening",
      "description": "Complete your evening wellness reflection",
      "url": "./index.html?tab=evening",
      "icons": [{"src": "icon.svg", "sizes": "any"}]
    },
    {
      "name": "Wellness Q&A",
      "short_name": "Ask",
      "description": "Ask a wellness question",
      "url": "./index.html?tab=qa",
      "icons": [{"src": "icon.svg", "sizes": "any"}]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
