{
  "name": "TIM 聊天",
  "short_name": "TIM",
  "description": "内部沟通平台",
  "start_url": "/chat/",
  "scope": "/chat/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#3b82f6",
  "theme_color": "#3b82f6",
  "lang": "zh-CN",
  "categories": ["social", "communication"],
  "icons": [
    {
      "src": "/chat/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/chat/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/chat/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/chat/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "打开聊天",
      "short_name": "聊天",
      "description": "快速打开TIM聊天",
      "url": "/chat/",
      "icons": [{ "src": "/chat/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": false
}
