{
  "name": "Van Rijckevorsel Mencke",
  "short_name": "VRM",
  "icons": [
    {
      "src": "/favicons/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicons/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "theme_color": "#ffffff",
  "background_color": "#ffffff",
  "display": "standalone",
    "start_url": "/",
    "screenshots": [
        {
          "src": "/favicons/screenshots/narrow.png",
          "type": "image/png",
          "sizes": "1170x2532",
          "form_factor": "narrow"
        },
        {
          "src": "/favicons/screenshots/wide.png",
          "type": "image/jpg",
          "sizes": "2735x1824",
          "form_factor": "wide"
        }
    ]
}