{
  "name": "Snaker - Snake Game",
  "short_name": "Snaker",
  "description": "Play Snake game online for free. Fast, modern, and responsive snake game for desktop and mobile.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#0A0711",
  "background_color": "#0A0711",
  "icons": [
    {
      "src": "/logo-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/logo-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}