{
  "name": "My Daily Health Tracker",
  "short_name": "Daily Health",
  "description": "Offline-first daily health tracking with optional AI-powered insights.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#16a34a",
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}