{
  "name": "Cheers World Cup Fantasy",
  "short_name": "Cheers WC",
  "description": "A free-to-play fantasy game for FIFA World Cup 2026. Build your squad, play live matchdays, and climb the leagues. No purchases.",
  "id": "/",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "fullscreen", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#05060f",
  "theme_color": "#05060f",
  "categories": ["sports", "games", "entertainment"],
  "icons": [
    { "src": "./icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "./icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "./icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "./icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }
  ],
  "shortcuts": [
    { "name": "Pick Team", "short_name": "Team", "url": "./index.html#pitch" },
    { "name": "Points", "short_name": "Points", "url": "./index.html#points" },
    { "name": "Leagues", "short_name": "Leagues", "url": "./index.html#leagues" }
  ]
}
