{
  "name": "WaggTrack — Pet Health Tracker",
  "short_name": "WaggTrack",
  "description": "Keep your pet happy and healthy. Track symptoms, manage medications and get smart health insights.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#faf8f5",
  "theme_color": "#5a7a6b",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}