{
  "name": "Minesweeper 3D",
  "short_name": "Mines3D",
  "description": "The classic Minesweeper – now in full 3D. Play free in your browser, no installation needed.",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "landscape",
  "background_color": "#00051e",
  "theme_color": "#00ccff",
  "lang": "de",
  "categories": ["games", "puzzle"],
  "icons": [
    {
      "src": "icon_ohne_text-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon_ohne_text-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon_ohne_text-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon_ohne_text-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshot-wide_Player_Modus.png",
      "sizes": "1722x938",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Minesweeper 3D – Player Mode with Space Background"
    },
    {
      "src": "screenshot-wide_Autopilot_Modus.png",
      "sizes": "1722x938",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Minesweeper 3D – Logic Solver (Autopilot) Mode with Move Explanations"
    }
  ],
  "shortcuts": [
    {
      "name": "Neues Spiel · New Game",
      "short_name": "New Game",
      "description": "Start a new game immediately",
      "url": "/?new=1",
      "icons": [
        {
          "src": "icon_ohne_text-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
