{
  "name": "Indefinite Minesweeper",
  "short_name": "IDMS",
  "description": "Infinite Minesweeper game",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#0d1117",
  "theme_color": "#0d1117",
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ]
}