{
  "id": "/games/snake/",
  "name": "Snake · The Cuga Zone",
  "short_name": "Snake",
  "description": "Munch the star-orbs and grow — just don't bite your tail!",
  "start_url": "/games/snake/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#06061a",
  "theme_color": "#ffe600",
  "icons": [
    {
      "src": "/icons/snake/192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/snake/512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/snake/maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}