{
  "name": "智能协作平台",
  "short_name": "协作平台",
  "description": "多模态智能协作系统，覆盖加工制造、商贸零售、即时配送、医院协同等10大场景",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#F0F2F5",
  "theme_color": "#2563EB",
  "orientation": "any",
  "categories": ["productivity", "utilities"],
  "lang": "zh-CN",
  "scope": "./",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect width='100' height='100' rx='20' fill='%232563EB'/><text x='50' y='68' text-anchor='middle' font-size='55' font-family='sans-serif'>🤝</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect width='100' height='100' rx='20' fill='%232563EB'/><text x='50' y='68' text-anchor='middle' font-size='55' font-family='sans-serif'>🤝</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "新建任务",
      "short_name": "新任务",
      "url": "./index.html?action=newTask",
      "icons": [{"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='80' font-size='80'>➕</text></svg>", "sizes": "96x96"}]
    },
    {
      "name": "语音创建",
      "short_name": "语音",
      "url": "./index.html?action=voice",
      "icons": [{"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='80' font-size='80'>🎙️</text></svg>", "sizes": "96x96"}]
    },
    {
      "name": "查看仪表盘",
      "short_name": "仪表盘",
      "url": "./index.html?action=dashboard",
      "icons": [{"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='80' font-size='80'>📊</text></svg>", "sizes": "96x96"}]
    }
  ]
}
