{
  "id": "https://hwp-app.de",
  "name": "HWP Handwerker App",
  "short_name": "HWP",
  "description": "Professionelle Zeiterfassung, Lohnabrechnung, Baustellen-Dokumentation und Projektverwaltung für Handwerker – lokal, modern, ohne Cloud.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#f0f2f5",
  "theme_color": "#2563eb",
  "orientation": "any",
  "lang": "de",
  "dir": "ltr",
  "categories": ["business", "productivity", "utilities"],
  "screenshots": [
    {
      "src": "/screenshots/dashboard.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Dashboard mit KPIs"
    },
    {
      "src": "/screenshots/zeiterfassung.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Zeiterfassung"
    },
    {
      "src": "/screenshots/lohnabrechnung.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Lohnabrechnung"
    }
  ],
  "icons": [
    {
      "src": "/icons/apple-icon-180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/manifest-icon-192.maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/manifest-icon-512.maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Zeiterfassung",
      "short_name": "Zeiterfassung",
      "description": "Arbeitszeit erfassen",
      "url": "/?view=TRACKER",
      "icons": [{ "src": "/icons/manifest-icon-192.maskable.png", "sizes": "192x192" }]
    },
    {
      "name": "Wochenbericht",
      "short_name": "Bericht",
      "description": "Wochenbericht anzeigen",
      "url": "/?view=REPORTS",
      "icons": [{ "src": "/icons/manifest-icon-192.maskable.png", "sizes": "192x192" }]
    }
  ]
}
