{
  "name": "Quick BMI Calculator",
  "short_name": "BMI Calc",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F8F9FA",
  "theme_color": "#0D6EFD",
  "description": "Free, private BMI calculator",
  "icons": [
    {
      "src": "favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "comment": "Replace with real 192x192 PNG when ready"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "comment": "Replace with real 512x512 PNG when ready"
    }
  ]
}
