{
  "name": "Buha Buchhaltung",
  "short_name": "Buha",
  "description": "Schweizer Buchhaltung – Belege scannen, verbuchen, verrechnen.",
  "lang": "de-CH",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0b0d12",
  "theme_color": "#6366f1",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }
  ],
  "shortcuts": [
    { "name": "Beleg scannen", "short_name": "Scannen", "url": "/scan", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Zeit erfassen", "short_name": "Zeit", "url": "/zeit" }
  ],
  "share_target": {
    "action": "/scan",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": { "files": [{ "name": "files", "accept": ["image/*", "application/pdf"] }] }
  }
}
