{
  "name": "智赢云CRM管理系统",
  "short_name": "智赢云CRM",
  "description": "一站式企业CRM解决方案 - 客户管理 + 人事管理 + 财务管理",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f0f2f5",
  "theme_color": "#1677ff",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "zh-CN",
  "icons": [
    {
      "src": "/icons/icon-144x144.svg",
      "sizes": "144x144",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144x144.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144x144.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "categories": ["business", "productivity", "utilities"],
  "screenshots": [
    {
      "src": "/screenshots/dashboard.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "仪表盘"
    },
    {
      "src": "/screenshots/customers.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "客户管理"
    }
  ],
  "shortcuts": [
    {
      "name": "客户管理",
      "short_name": "客户",
      "description": "查看客户列表",
      "url": "/companies",
      "icons": [{ "src": "/icons/customers.png", "sizes": "96x96" }]
    },
    {
      "name": "任务管理",
      "short_name": "任务",
      "description": "查看任务列表",
      "url": "/tasks",
      "icons": [{ "src": "/icons/tasks.png", "sizes": "96x96" }]
    },
    {
      "name": "日程安排",
      "short_name": "日程",
      "description": "查看日程安排",
      "url": "/schedule",
      "icons": [{ "src": "/icons/schedule.png", "sizes": "96x96" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
