{
  "name": "Guess the Nest",
  "short_name": "Guess the Nest",
  "description": "Guess Austin home prices using listing photos, details, nearby comps, and neighborhood map context.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f7f3ec",
  "theme_color": "#1e838f",
  "categories": ["games", "lifestyle"],
  "icons": [
    {
      "src": "/static/game/social/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/game/social/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Quick Play",
      "short_name": "Play",
      "description": "Start a fast Guess the Nest round.",
      "url": "/play/quick/start/"
    },
    {
      "name": "Daily Challenge",
      "short_name": "Daily",
      "description": "Play today's shared round pack.",
      "url": "/play/daily/start/"
    }
  ]
}
