{
  "name": "nextKM — Dokumentenarchiv",
  "short_name": "nextKM",
  "description": "Dein privates, KI-gestütztes Dokumentenarchiv für Briefe, Rechnungen, Verträge und Versicherungen.",
  "start_url": "/eingang",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#1a1a2e",
  "background_color": "#0f0f1e",
  "categories": ["productivity"],
  "permissions": ["camera"],
  "icons": [
    {
      "src": "/logo.png",
      "sizes": "1324x1324",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo.png",
      "sizes": "1324x1324",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%231a1a2e' width='192' height='192' rx='45'/><text x='96' y='96' text-anchor='middle' dominant-baseline='middle' fill='%23fff' font-size='120' font-family='system-ui' font-weight='bold'>K</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Eingang",
      "short_name": "Eingang",
      "description": "Upload documents to archive",
      "url": "/eingang",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%231a1a2e' width='96' height='96' rx='20'/><text x='48' y='48' text-anchor='middle' dominant-baseline='middle' fill='%23fff' font-size='60' font-family='system-ui' font-weight='bold'>↑</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/eingang",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "file",
          "accept": ["image/*", "application/pdf"]
        }
      ]
    }
  }
}
