{
  "name": "First Time Chess",
  "short_name": "Chess Learning",
  "description": "A beginner-friendly chess learning platform with interactive lessons and multiplayer games",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F5E6B8",
  "theme_color": "#8B7355",
  "display_override": ["window-controls-overlay"],
  "scope": "/",
  "lang": "en",
  "categories": ["education", "games", "entertainment"],
  "icons": [
    {
      "src": "/app-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/app-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/app-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/new-king-favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/chess-logo.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ]
}
