{
  "name": "IP操盘手识别系统",
  "short_name": "操盘手识别",
  "description": "AI驱动的IP操盘手招聘辅助工具",
  "start_url": "/boss",
  "display": "standalone",
  "background_color": "#f9fafb",
  "theme_color": "#4f46e5",
  "orientation": "portrait-primary",
  "lang": "zh-CN",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "面试助手",
      "url": "/boss/interview",
      "description": "开始AI辅助面试"
    },
    {
      "name": "候选人",
      "url": "/boss/candidates",
      "description": "查看候选人列表"
    },
    {
      "name": "批量筛选",
      "url": "/boss/batch",
      "description": "批量筛选简历"
    }
  ]
}
