{
  "short_name": "ParkControl",
  "name": "ParkControl Techniker",
  "description": "Techniker-App für Parksystem-Wartung mit Offline-Modus",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "/logo192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "/logo512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "type": "image/png",
      "sizes": "180x180"
    }
  ],
  "start_url": "/techniker",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#2563eb",
  "background_color": "#1e3a5f",
  "orientation": "portrait",
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Aufträge",
      "short_name": "Aufträge",
      "description": "Meine Aufträge anzeigen",
      "url": "/techniker/app",
      "icons": [{ "src": "/logo192.png", "sizes": "192x192" }]
    }
  ]
}
