{
  "name": "Minesweeper Modern",
  "short_name": "Minesweeper",
  "description": "Das klassische Minenräumspiel neu gedacht. Kein falscher Klick!",
  "lang": "de",
  "dir": "ltr",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#F5F7F3",
  "theme_color": "#3b82f6",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ]
}
