{
  "name": "Lotus Maternal & Child Health",
  "short_name": "Lotus MCH",
  "description": "Comprehensive maternal and child health tracking for Lotus MCH Center, Addis Ababa. Pregnancy tracker, appointments, baby kick counter, health metrics, doctor chat, and emergency tools.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "lang": "en",
  "dir": "ltr",
  "theme_color": "#7c5cbf",
  "background_color": "#f8f5ff",
  "categories": ["health", "medical", "lifestyle"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "64x64",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Book Appointment",
      "short_name": "Appointments",
      "description": "Book or view your appointments",
      "url": "/appointments",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Pregnancy Tracker",
      "short_name": "Pregnancy",
      "description": "Track your pregnancy week by week",
      "url": "/pregnancy-tracker",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Emergency",
      "short_name": "Emergency",
      "description": "Quick access to emergency contacts and symptom checker",
      "url": "/emergency",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Chat with Doctor",
      "short_name": "Chat",
      "description": "Message your care team",
      "url": "/chat",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
