{
  "background_color": "#000000",
  "theme_color": "#000000",
  "display": "standalone",
  "lang": "en",
  "name": "Pim Klement",
  "short_name": "Pim Klement",
  "start_url": "/?utm_source=web_app_manifest",
  "orientation": "portrait",
  "icons": [
    {
      "src": "./assets/app_icons/pim_klement/icon.ico",
      "sizes": "16x16 24x24 32x32 48x48 64x64 128x128 256x256",
      "type": "image/x-icon"
    },
    {
      "src": "./assets/app_icons/pim_klement/icon-1024.png",
      "sizes": "1024x1024",
      "type": "image/png"
    }
  ],
  "prefer_related_applications": false
}