{
  "name": "BabyGlow — Newborn Jaundice Monitor",
  "short_name": "BabyGlow",
  "description": "Daily jaundice monitoring and guidance for parents of newborns",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#fffbeb",
  "theme_color": "#f59e0b",
  "orientation": "portrait",
  "categories": ["health", "medical", "parenting"],
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "View your baby's status"
    },
    {
      "name": "Add Daily Check",
      "url": "/dashboard",
      "description": "Log a daily check"
    }
  ]
}
