{
  "name": "Saldorix",
  "short_name": "Saldorix",
  "description": "Persönliche Finanzen & Buchhaltung",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#0D0F17",
  "theme_color": "#F97316",
  "orientation": "portrait",
  "icons": [
    {
      "src": "apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Schnellerfassung",
      "short_name": "Quick",
      "description": "Barausgabe schnell erfassen",
      "url": "/quick.html",
      "icons": [{ "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect width='512' height='512' rx='110' fill='%23F97316'/><text x='256' y='360' text-anchor='middle' font-family='Arial Black' font-size='320' font-weight='900' fill='white'>+</text></svg>", "sizes": "96x96" }]
    },
    {
      "name": "Beleg scannen",
      "short_name": "Scan",
      "description": "Kassenbon per Kamera erfassen",
      "url": "/scan.html",
      "icons": [{ "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect width='512' height='512' rx='110' fill='%231A1D2E'/><text x='256' y='320' text-anchor='middle' font-size='260'>📷</text></svg>", "sizes": "96x96" }]
    }
  ]
}
