{
  "name": "WorkFlowHub",
  "short_name": "WorkFlowHub",
  "description": "Digitale Berichtshefte, Angebote und Rechnungen",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "categories": ["business", "productivity"],
  "lang": "de",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Wochenbericht erstellen",
      "short_name": "Wochenbericht",
      "url": "/berichtsheft/neu?type=weekly"
    },
    {
      "name": "Monatsbericht erstellen",
      "short_name": "Monatsbericht",
      "url": "/berichtsheft/neu?type=monthly"
    }
  ]
}
