{
  "name": "在线客服",
  "short_name": "客服",
  "start_url": "/chat-app",
  "display": "standalone",
  "background_color": "#f5f5f5",
  "theme_color": "#096b59",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/static/chat-icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/static/chat-icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}