{
  "id": "/blendtab/",
  "lang": "de",
  "dir": "ltr",
  "name": "BlendTab",
  "short_name": "BlendTab",
  "description": "Persönliche und geteilte Ausgaben an einem Ort",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#1c1e26",
  "theme_color": "#5b7cfa",
  "orientation": "portrait-primary",
  "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-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Ausgabe erfassen",
      "short_name": "Ausgabe",
      "description": "Öffnet sofort das Blatt für eine neue Ausgabe",
      "url": "./?neu=ausgabe",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "teilen",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "titel",
      "text": "text",
      "files": [
        {
          "name": "beleg",
          "accept": [
            "image/*",
            "application/pdf"
          ]
        }
      ]
    }
  }
}
