{
  "name": "GorillaBlack Chat",
  "short_name": "GB Chat",
  "description": "Dein persoenlicher KI-Assistent mit Wissensdatenbank",
  "start_url": "/chat",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#0a0a0a",
  "orientation": "any",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    { "name": "Neuer Chat", "short_name": "Chat", "url": "/chat", "icons": [{"src": "/icons/icon-192.png", "sizes": "192x192"}] },
    { "name": "Hub", "short_name": "Hub", "url": "/chat/agent", "icons": [{"src": "/icons/icon-192.png", "sizes": "192x192"}] }
  ],
  "share_target": {
    "action": "/chat/share",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "categories": ["productivity", "utilities"]
}
