{
  "id": "/",
  "name": "tirescan — Reifen-Befundprotokoll",
  "short_name": "tirescan",
  "description": "Restprofil, Reifendaten (Größe, LI/SI, Hersteller, Profil, DOT) und Seitenwandschäden Rad für Rad erfassen.",
  "start_url": "/protokolle",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#0b0b0d",
  "theme_color": "#1d4ed8",
  "orientation": "any",
  "lang": "de",
  "dir": "ltr",
  "categories": ["business", "productivity", "utilities"],
  "prefer_related_applications": false,
  "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-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Neues Protokoll",
      "short_name": "Neu",
      "description": "Neues Reifen-Befundprotokoll starten",
      "url": "/protokolle/neu"
    }
  ],
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  }
}
