{
  "name": "House Tiger",
  "short_name": "House Tiger",
  "description": "Cat product ratings, wellness suggestions, and free breed identifier — built from real cat-owner reports.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "background_color": "#0f0d0a",
  "theme_color": "#d46a3a",
  "lang": "en-US",
  "categories": ["lifestyle", "shopping", "pets"],
  "icons": [
    { "src": "/static/icons/icon-192.png",          "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/static/icons/icon-512.png",          "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/static/icons/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Top rated products",      "short_name": "Top Rated",  "url": "/?nav=top",   "description": "Open the leaderboard" },
    { "name": "My Cat — wellness picks", "short_name": "My Cat",     "url": "/?nav=mycat", "description": "Personalized picks + wellness note" },
    { "name": "Breed Identifier",        "short_name": "Breed ID",   "url": "/?nav=breed", "description": "Upload a photo, get the closest breed match" }
  ]
}
