{
  "name": "Personal Health Tracker",
  "short_name": "Health Track",
  "description": "Secure dashboard for personal health and fitness metrics.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0F172A",
  "theme_color": "#0F172A",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "id": "/?source=pwa",
  "categories": ["health", "medical", "fitness", "lifestyle"],
  "prefer_related_applications": false,
  "screenshots": [
    {
      "src": "/screenshot-desktop.jpg",
      "sizes": "1024x1024",
      "type": "image/jpeg",
      "form_factor": "wide"
    },
    {
      "src": "/screenshot-mobile.jpg",
      "sizes": "1024x1024",
      "type": "image/jpeg",
      "form_factor": "narrow"
    }
  ]
}
