{
  "name": "StempelKompass",
  "short_name": "StempelKompass",
  "description": "Zeiterfassung, Reisekosten und Sofort-Rechnung in einer App. Für Selbstständige, Teams und KMU jeder Branche — vom Büro bis Außendienst. Mobile + Desktop installierbar als PWA.",
  "start_url": "/",
  "scope": "/",
  "id": "/?source=pwa",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#0F172A",
  "theme_color": "#F97316",
  "orientation": "any",
  "lang": "de-DE",
  "dir": "ltr",
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 480
  },
  "launch_handler": {
    "client_mode": ["focus-existing", "navigate-existing", "auto"]
  },
  "handle_links": "preferred",
  "protocol_handlers": [
    {
      "protocol": "web+spesenkompass",
      "url": "/handle?link=%s"
    }
  ],
  "icons": [
    {
      "src": "/logo-orange.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.svg",
      "sizes": "64x64",
      "type": "image/svg+xml",
      "purpose": "monochrome"
    }
  ],
  "categories": ["business", "finance", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Tagesabschluss",
      "short_name": "Wizard",
      "description": "Feierabend-Check mit Pauschalen + Belegen",
      "url": "/mobile/dashboard",
      "icons": [
        { "src": "/shortcut-tagesabschluss.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
        { "src": "/shortcut-tagesabschluss.svg", "sizes": "192x192", "type": "image/svg+xml" }
      ]
    },
    {
      "name": "Beleg hochladen",
      "short_name": "Beleg",
      "description": "Foto/PDF an Belege-Inbox",
      "url": "/receipts/inbox",
      "icons": [
        { "src": "/shortcut-beleg.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
        { "src": "/shortcut-beleg.svg", "sizes": "192x192", "type": "image/svg+xml" }
      ]
    },
    {
      "name": "Anfahrt starten",
      "short_name": "Anfahrt",
      "description": "GPS-Tracking für Aussendienst",
      "url": "/anfahrt",
      "icons": [
        { "src": "/shortcut-anfahrt.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
        { "src": "/shortcut-anfahrt.svg", "sizes": "192x192", "type": "image/svg+xml" }
      ]
    },
    {
      "name": "Rechnung erstellen",
      "short_name": "Rechnung",
      "description": "Schnell-Rechnung mit Unterschrift",
      "url": "/admin/invoices",
      "icons": [
        { "src": "/shortcut-rechnung.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
        { "src": "/shortcut-rechnung.svg", "sizes": "192x192", "type": "image/svg+xml" }
      ]
    }
  ]
}
