{
    "name": "Nerdtown Games",
    "short_name": "NerdtownGames",
    "start_url": "/",
    "display_override": ["window-controls-overlay", "standalone"],
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#000000",
    "icons": [
      {
        "src": "/files/images/new_brand/image-192.png",
        "sizes": "192x192",
        "type": "image/png"
      },
      {
        "src": "/files/images/new_brand/image-512.png",
        "sizes": "512x512",
        "type": "image/png"
      }
    ],
    "protocol_handlers": [
    {
      "protocol": "web+nerdtowngames",
      "url": "/handle?uri=%s"
    }
  ]
  }