{
  "id": "/",
  "name": "SupaF1 - The Ultimate F1 Prediction Game",
  "short_name": "SupaF1",
  "description": "Predict race results, earn Supa Pick Points, and compete with friends in the ultimate Formula 1 prediction game.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone"],
  "background_color": "#ffffff",
  "theme_color": "#dc2626",
  "orientation": "portrait-primary",
  "categories": ["sports", "entertainment", "games"],
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "icons": [
    {
      "src": "/icon/icon-192.png",
      "sizes": "192x192 512x512 1024x1024",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon/icon-512.png",
      "sizes": "192x192 512x512 1024x1024",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Predictor",
      "short_name": "Predict",
      "description": "Make your race predictions",
      "url": "/predictor",
      "icons": [{ "src": "/icon/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Leaderboard",
      "short_name": "Leaders",
      "description": "View global leaderboard standings",
      "url": "/leaderboard",
      "icons": [{ "src": "/icon/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "News",
      "short_name": "News",
      "description": "Latest F1 news and articles",
      "url": "/news",
      "icons": [{ "src": "/icon/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Calendar",
      "short_name": "Calendar",
      "description": "2026 F1 race calendar",
      "url": "/calendar",
      "icons": [{ "src": "/icon/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
