{
  "name": "docmana - Digitaler Postservice",
  "short_name": "docmana",
  "description": "Verwalten Sie Ihre Post digital - sicher und einfach",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#1e3a5f",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "de-DE",
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "business"],
  "screenshots": [],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "file",
          "accept": ["application/pdf", "image/*", "text/plain", ".pdf", ".jpg", ".jpeg", ".png", ".gif", ".webp", ".tiff", ".bmp", ".txt"]
        }
      ]
    }
  },
  "shortcuts": [
    {
      "name": "Posteingang",
      "short_name": "Inbox",
      "description": "Direkt zum Posteingang",
      "url": "/dashboard?folder=inbox",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
    }
  ]
}
