{
  "name": "Paper Snake — Territory Capture",
  "short_name": "Paper Snake",
  "description": "Capture territory, eliminate rivals, dominate the map",
  "start_url": "./",
  "display": "fullscreen",
  "orientation": "any",
  "background_color": "#0A0E1A",
  "theme_color": "#8B5CF6",
  "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"
    }
  ]
}
