{
  "name": "Heartworm Season Tracker",
  "short_name": "HW Tracker",
  "description": "Denver Metro heartworm season tracker with temperature monitoring and push alerts",
  "start_url": "/hwtracker-app/",
  "scope": "/hwtracker-app/",
  "display": "standalone",
  "background_color": "#faf8f5",
  "theme_color": "#4a7c59",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}