{
  "name": "Kickcast — World Cup 2026 Predictor",
  "short_name": "Kickcast",
  "description": "Predict FIFA World Cup 2026 matches and compete with friends on a private leaderboard.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#07090d",
  "theme_color": "#07090d",
  "lang": "en",
  "categories": ["sports", "games", "entertainment"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Make a Prediction",
      "short_name": "Predict",
      "description": "Jump straight to the prediction tab",
      "url": "/?tab=predict",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Leaderboard",
      "short_name": "Ranks",
      "description": "See the current standings",
      "url": "/?tab=leaderboard",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "label": "Kickcast home screen"
    }
  ]
}
