{
  "name": "WC26 Predict — World Cup 2026 Predictions",
  "short_name": "WC26 Predict",
  "description": "Free World Cup 2026 score prediction game. Predict match scores, climb the global leaderboard, and compete in private leagues.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0e1a",
  "theme_color": "#1a1a2e",
  "categories": ["sports", "games", "entertainment"],
  "lang": "en-GB",
  "icons": [
    {
      "src": "/worldcup2026-logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Predictions",
      "short_name": "Predict",
      "description": "Enter your World Cup 2026 score predictions",
      "url": "/?tab=predict",
      "icons": [{ "src": "/worldcup2026-logo.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Leaderboard",
      "short_name": "Standings",
      "description": "View the global leaderboard",
      "url": "/?tab=leaderboard",
      "icons": [{ "src": "/worldcup2026-logo.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}