{
  "name": "Chat System",
  "short_name": "Chat",
  "description": "DSGVO-konformes Team- und Kunden-Chat-System",
  "start_url": "/inbox",
  "display": "standalone",
  "background_color": "#14161e",
  "theme_color": "#5865f2",
  "orientation": "portrait-primary",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Posteingang",
      "short_name": "Inbox",
      "url": "/inbox",
      "description": "Kundenanfragen bearbeiten",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Team-Chat",
      "short_name": "Chat",
      "url": "/chat",
      "description": "Interne Nachrichten",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [],
  "prefer_related_applications": false
}
