{
  "name": "TCEDV Poolfahrzeug-Verwaltung",
  "short_name": "Poolfahrzeug",
  "description": "Fahrer-App fuer die Poolfahrzeug-Verwaltung der TC EDV-Loesungen GmbH",
  "start_url": "/#/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f5f7fa",
  "theme_color": "#191E36",
  "scope": "/",
  "lang": "de-DE",
  "categories": ["business", "utilities"],
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "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-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Fahrt starten",
      "short_name": "Fahrt",
      "url": "/#/vehicles",
      "description": "Fahrzeug auswaehlen und Fahrt starten",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Reservierungen",
      "short_name": "Buchungen",
      "url": "/#/reservations",
      "description": "Meine Reservierungen anzeigen"
    }
  ]
}
