{
  "name": "Snake Computer Game",
  "short_name": "Snake",
  "description": "Play the classic Snake game online. Challenge yourself with different levels of difficulty and try to achieve the highest score!",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1a1a2e",
  "theme_color": "#b7db57",
  "orientation": "any",
  "categories": ["games", "entertainment"],
  "icons": [
    {
      "src": "/assets/images/icon-16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/assets/images/icon-32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/assets/images/icon-100.png",
      "sizes": "100x100",
      "type": "image/png"
    },
    {
      "src": "/assets/images/icon-200.png",
      "sizes": "200x200",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/images/icon-400.png",
      "sizes": "400x400",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
