{
  "name": "SUPERWISE Chat",
  "short_name": "SW Chat",
  "description": "Enterprise AI governance, chat, and knowledge management",
  "start_url": "/chat?source=pwa",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#dc2626",
  "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-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "New Chat",
      "url": "/chat",
      "description": "Start a new conversation"
    }
  ]
}
