{
  "name": "Football Wiki Game",
  "short_name": "Football Wiki",
  "description": "Test your football knowledge by guessing players based on their career history",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#667eea",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["games", "sports", "entertainment"],
  "shortcuts": [
    {
      "name": "Start Game",
      "url": "/",
      "description": "Start a new game"
    }
  ]
}
