{
  "name": "SafairBru",
  "short_name": "SafairBru",
  "id": "/",
  "description": "FlySafair's monthly forecasting game — predict Revenue, Yield and Load Factor, climb the leaderboard.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#003366",
  "theme_color": "#EC008C",
  "icons": [
    { "src": "/app/static/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/app/static/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/app/static/icons/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    {
      "src": "/app/static/screenshots/leaderboard-narrow.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Leaderboard on a phone"
    },
    {
      "src": "/app/static/screenshots/leaderboard-wide.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Leaderboard on desktop"
    }
  ],
  "shortcuts": [
    {
      "name": "My Forecast",
      "short_name": "Forecast",
      "description": "Jump straight to this month's forecast entry",
      "url": "/",
      "icons": [{ "src": "/app/static/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Leaderboard",
      "short_name": "Leaderboard",
      "description": "See this month's rankings",
      "url": "/",
      "icons": [{ "src": "/app/static/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
