{
  "name": "Hex Wall Battle",
  "short_name": "HexBattle",
  "description": "Two-player hex wall battle game with slingshot mechanics",
  "start_url": "/index.html",
  "display": "fullscreen",
  "orientation": "any",
  "background_color": "#0a2e52",
  "theme_color": "#0a2e52",
  "categories": ["games"],
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
