{
  "name": "VALYNC – Dein Life-Butler",
  "short_name": "VALYNC",
  "description": "Dein Life-Butler für Belege, Steuern und Verträge.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "theme_color": "#FFFFFF",
  "background_color": "#FFFFFF",
  "orientation": "any",
  "lang": "de",
  "categories": ["productivity", "finance", "business"],
  "icons": [
    {
      "src": "/icon-192.png?v=9",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png?v=9",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png?v=9",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png?v=9",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Steuer-Cockpit",
      "short_name": "Steuer",
      "description": "Belege, Bank-Buchungen, DATEV-Export",
      "url": "/steuer",
      "icons": [{ "src": "/icon-192.png?v=9", "sizes": "192x192" }]
    },
    {
      "name": "Post-Butler",
      "short_name": "Post",
      "description": "Eingang & Archiv",
      "url": "/post",
      "icons": [{ "src": "/icon-192.png?v=9", "sizes": "192x192" }]
    }
  ]
}
