{
  "name": "WC2026 Predictor",
  "short_name": "WC2026",
  "description": "AI-powered World Cup 2026 match predictions — ELO, Poisson, H2H & web intelligence",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#030712",
  "theme_color": "#1d4ed8",
  "orientation": "any",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "categories": ["sports", "utilities"],
  "shortcuts": [
    {
      "name": "Today's Matches",
      "short_name": "Today",
      "description": "View today's World Cup matches",
      "url": "/",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Full Schedule",
      "short_name": "Schedule",
      "description": "View the full tournament schedule",
      "url": "/schedule",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Bracket",
      "short_name": "Bracket",
      "description": "View the knockout bracket",
      "url": "/tournament",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    }
  ]
}
