{
  "name": "智脉AI Card",
  "short_name": "智脉AI",
  "description": "AI智能电子名片系统 - AI自动传播裂变，AI自迭代升级",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0e27",
  "theme_color": "#1a6dff",
  "orientation": "portrait",
  "scope": "/",
  "categories": ["business", "productivity", "social"],
  "lang": "zh-CN",
  "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"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "我的名片",
      "short_name": "名片",
      "description": "查看我的电子名片",
      "url": "/",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "数据看板",
      "short_name": "看板",
      "description": "查看访客数据与统计分析",
      "url": "/dashboard",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "客户管理",
      "short_name": "客户",
      "description": "管理客户与跟进记录",
      "url": "/dashboard/crm",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}