{
    "name": "3D Chess game",
    "short_name": "3D Chess game",
    "description": "A fully interactive 3D Chess Game built using Three.js and GSAP, featuring lifelike 3D chess pieces and smooth animations. Chess rules and a casual bot run in MIT-licensed WebAssembly.",
    "version": "3.0",
    "start_url": "index.html",
    "display": "standalone",
    "background_color": "#000000",
    "theme_color": "#000000",
    "icons": [
      {
        "src": "assets/Logo192x192.png",
        "sizes": "192x192",
        "type": "image/png"
      },
      {
        "src": "assets/Logo512x512.png",
        "sizes": "512x512",
        "type": "image/png"
      }
    ]
  }
  