{
  "id": "/dashboard",
  "name": "HWS Suite",
  "short_name": "HWS Suite",
  "description": "Die Handwerkersoftware für moderne Betriebe",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f9fafb",
  "theme_color": "#2563eb",
  "orientation": "any",
  "icons": [
    { "src": "/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml", "purpose": "any maskable" },
    { "src": "/icons/icon-512.svg", "sizes": "512x512", "type": "image/svg+xml", "purpose": "any maskable" }
  ],
  "file_handlers": [
    {
      "action": "/eml",
      "accept": { "message/rfc822": [".eml"] },
      "launch_type": "single-client"
    }
  ],
  "protocol_handlers": [
    { "protocol": "mailto", "url": "/kommunikation/email?mailto=%s" }
  ]
}
