{
  "name": "Puppy Tracker",
  "short_name": "PuppyTracker",
  "description": "Track puppy weight, feeding, and care.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FFF4E3",
  "theme_color": "#FFF4E3",
  "icons": [
    {
      "src": "/icons/icon-192.webp",
      "sizes": "192x192",
      "type": "image/webp",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "any"
    }
  ]
}
