{
  "name": "Mini Games",
  "short_name": "Games",
  "start_url": "index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#111111",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "display_override": [
    "standalone"
  ],
  "screenshots": [
    {
      "src": "/screenshots/home-mobile.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Homepage (mobile)"
    },
    {
      "src": "/screenshots/home-desktop.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Homepage (desktop)"
    },
    {
      "src": "/screenshots/home-neutral.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Homepage"
    }
  ],
  "description": "Two quick tap-based mini games that work offline: Ring Alignment and Center Tap. Install to play without the browser chrome.",
  "id": "./",
  "protocol_handlers": [
    {
      "protocol": "web+wkfld",
      "url": "/?url=%s"
    }
  ]
}