{
  "name": "Diary",
  "short_name": "Diary",
  "description": "A research diary you can add to your home screen for quick entries.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#45525f",
  "icons": [
    {
      "src": "/icons/uzh_logo_d_pos.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/uzh.png",
      "sizes": "1024x346",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}