{
  "id": "/games/mine-hunt/",
  "name": "Mine Hunt · The Cuga Zone",
  "short_name": "Mine Hunt",
  "description": "Flag the hidden mines and clear the field. Classic brain teaser.",
  "start_url": "/games/mine-hunt/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#06061a",
  "theme_color": "#00e0ff",
  "icons": [
    {
      "src": "/icons/mine-hunt/192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/mine-hunt/512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/mine-hunt/maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}