{
  "name": "客服聊天系统",
  "short_name": "澜庭秘境",
  "description": "实时在线客服，支持图片和文字消息",
  "start_url": "/customer.html?from=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#FFF5F9",
  "theme_color": "#fdb4ed",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ]
}