{
  "name": "Bohmann-Laing Plattform",
  "short_name": "BL Portal",
  "description": "Portal der Bohmann-Laing Plattform. Als App installiert nimmt es geteilte Belege direkt aus dem Teilen-Menü an.",
  "lang": "de",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Beleg hochladen",
      "short_name": "Beleg",
      "description": "Rechnung oder Quittung in den Posteingang legen",
      "url": "/upload",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/upload-share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "files": [
        {
          "name": "file",
          "accept": [
            "application/pdf",
            "application/octet-stream",
            "image/jpeg",
            "image/png",
            "image/heic",
            "image/heif",
            "image/*"
          ]
        }
      ]
    }
  }
}
