{
  "name": "Hey Kathy - Pregnancy Care Guide",
  "short_name": "Hey Kathy",
  "description": "AI-powered pregnancy companion providing personalized guidance and support throughout your motherhood journey",
  "theme_color": "#5fb8c4",
  "background_color": "#ffffff",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "start_url": "/",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icon-512.png", 
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "categories": ["health", "medical", "lifestyle"],
  "shortcuts": [
    {
      "name": "Chat with Kathy",
      "short_name": "Chat",
      "description": "Start a new conversation with your AI pregnancy companion",
      "url": "/chat",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard", 
      "description": "View your pregnancy progress and history",
      "url": "/dashboard",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}