{
  "name": "Klaro",
  "short_name": "klaro",
  "description": "Alltags- & Verwaltungshelfer für Deutschland",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#F6F5F1",
  "theme_color": "#0F4C4A",
  "lang": "de-DE",
  "orientation": "portrait-primary",
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": ["application/pdf", "image/jpeg", "image/png", "image/webp", "image/*"]
        }
      ]
    }
  },
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
