{
  "name": "Snake Battle",
  "short_name": "Snake",
  "description": "Two-player snake game — 1P vs 2P, 1P vs CPU, or CPU vs CPU",
  "start_url": "/snake-battle/",
  "scope": "/snake-battle/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#EDE5D2",
  "theme_color": "#1A5472",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
