{
  "name": "Livea GmbH Backoffice",
  "short_name": "Livea",
  "description": "Internes Backoffice-System der Livea GmbH",
  "start_url": "/backoffice.html",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0d1117",
  "theme_color": "#0d1117",
  "orientation": "any",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "lang": "de",
  "shortcuts": [
    {
      "name": "Fahrzeuge",
      "short_name": "Fleet",
      "url": "/fleet.html",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Abrechnung",
      "short_name": "Abrechng",
      "url": "/payroll.html",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Besetzung",
      "short_name": "Daily",
      "url": "/daily.html",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}
