{
  "name": "GreenSelector — Find Your Perfect Dog",
  "short_name": "GreenSelector",
  "description": "AI-powered dog breed matcher. Find your perfect dog and adopt from a shelter near you.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f5f0e8",
  "theme_color": "#1a2e1a",
  "orientation": "portrait-primary",
  "lang": "en",
  "categories": ["lifestyle", "pets", "utilities"],
  "icons": [
    {
      "src": "/images/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/images/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/images/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [
    {
      "src": "/images/screenshot-home.png",
      "sizes": "1280x720",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Take the Quiz",
      "short_name": "Quiz",
      "description": "Find your perfect dog breed",
      "url": "/quiz/",
      "icons": [{ "src": "/images/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Browse Breeds",
      "short_name": "Breeds",
      "description": "Explore all dog breeds",
      "url": "/breeds/",
      "icons": [{ "src": "/images/icon-96.png", "sizes": "96x96" }]
    }
  ]
}
