{
  "name": "PrismX CRM",
  "short_name": "PrismX",
  "description": "智能客户关系管理系统",
  "start_url": "/chat",
  "display": "standalone",
  "background_color": "#1a2f4a",
  "theme_color": "#1e3a5f",
  "orientation": "portrait-primary",
  "lang": "zh-CN",
  "icons": [
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "聊天",
      "url": "/chat",
      "description": "打开对话管理"
    },
    {
      "name": "客户",
      "url": "/customers",
      "description": "查看客户列表"
    }
  ],
  "categories": ["business", "productivity"]
}
