{
  "name": "AnyChess",
  "short_name": "AnyChess",
  "description": "Describe any chess bot in plain words, then play it.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#1D2320",
  "theme_color": "#1D2320",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}