{
  "name": "Kaihu OY",
  "short_name": "KaihuOY",
  "description": "Kaihu OY:n perehdytys- ja kalustonhallintasovellus",
  "start_url": "/index.html",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "background_color": "#F5F7FA",
  "theme_color": "#733f00",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+kaihuoy",
      "url": "/?url=%s"
    }
  ]
}