{
  "name": "Minesweeper Game",
  "short_name": "Minesweeper",
  "description": "Classic minesweeper puzzle game - reveal all cells without hitting mines!",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#2c3e50",
  "background_color": "#ecf0f1",
  "categories": ["games", "puzzle"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "prefer_related_applications": false
}
