{
  "name": "Minesweeper",
  "short_name": "Minesweeper",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FDE047",
  "description": "Clone of the classic Minesweeper game",
  "icons": [
    {
      "src": "icons/complex.svg",
      "sizes": "96x96 128x128 256x256 512x512"
    },
    {
      "src": "icons/simple.svg",
      "sizes": "16x16 32x32"
    }
  ]
}
