{
  "name": "PollenPal - Allergy Forecast",
  "short_name": "PollenPal",
  "version": "6.0",
  "description": "Morning pollen forecast with actionable advice for allergy families.",
  "start_url": "./index.html",
  "scope": ".",
  "display": "standalone",
  "background_color": "#F0FFF4",
  "theme_color": "#F0FFF4",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='80' font-size='80'>🌻</text></svg>",
      "sizes": "any",
      "type": "image/svg+xml"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
