{
  "name": "尊云在线客服 · 坐席工作台",
  "short_name": "坐席工作台",
  "description": "尊云在线客服系统坐席接待工作台",
  "id": "/agent/",
  "start_url": "/agent/login?source=pwa",
  "scope": "/agent/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#eef3f7",
  "theme_color": "#0078ff",
  "lang": "zh-CN",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/agent/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/agent/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/agent/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/agent/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "进入工作台",
      "short_name": "工作台",
      "description": "打开坐席接待工作台",
      "url": "/agent/?source=pwa_shortcut",
      "icons": [{ "src": "/agent/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "坐席登录",
      "short_name": "登录",
      "description": "打开坐席登录页",
      "url": "/agent/login?source=pwa_shortcut",
      "icons": [{ "src": "/agent/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
