{
  "name": "PKW Gutachter Service",
  "short_name": "PKW Gutachter",
  "description": "CRM & Auftragsmanagement für Kfz-Gutachten – mobile Schadenaufnahme vor Ort.",
  "id": "/start",
  "lang": "de",
  "start_url": "/start",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "orientation": "portrait",
  "background_color": "#0B0F16",
  "theme_color": "#1565D8",
  "shortcuts": [
    {
      "name": "Meine Aufträge",
      "short_name": "Aufträge",
      "url": "/portal/auftraege"
    },
    {
      "name": "Heutige Termine",
      "short_name": "Termine",
      "url": "/portal/termine"
    },
    {
      "name": "Tagestour",
      "short_name": "Tour",
      "url": "/portal/tour"
    },
    {
      "name": "Auftrag suchen",
      "short_name": "Suche",
      "url": "/auftraege?suche=1"
    }
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}