{
  "name": "SmartVolt Pro – Baustellen-App",
  "short_name": "SmartVolt Pro",
  "description": "Mobile Baustellen-Zeiterfassung, Material & Status für Elektrobetriebe. Offline-fähig.",
  "start_url": "/pro/mobile",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0b0c10",
  "theme_color": "#facc15",
  "lang": "de-DE",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Zeit stempeln",
      "short_name": "Zeit",
      "description": "Kolonne einstempeln",
      "url": "/pro/mobile?tab=time",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Material erfassen",
      "short_name": "Material",
      "url": "/pro/mobile?tab=material",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
