{
  "name": "PawsePal - Dog Nutrition Intelligence",
  "short_name": "PawsePal",
  "description": "Breed-specific dog nutrition scoring, health tracking, and feeding guidance for UK dog owners.",
  "start_url": "/app/",
  "scope": "/app/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FDF6EE",
  "theme_color": "#f5f2ef",
  "categories": ["health", "lifestyle"],
  "lang": "en-GB",
  "icons": [
    {
      "src": "icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}