{
  "name": "GoTalk",
  "short_name": "GoTalk",
  "description": "企业即时通讯应用 - Enterprise Messaging App",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#007AFF",
  "background_color": "#ffffff",
  "icons": [
    {
      "src": "favicon-new.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "icons/apple-icon-48x48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/apple-icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/apple-icon-92x92.png",
      "sizes": "92x92",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/apple-icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/apple-icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/apple-icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/apple-icon-196x196.png",
      "sizes": "196x196",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/apple-icon-258x258.png",
      "sizes": "258x258",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/apple-icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity", "social"],
  "shortcuts": [
    {
      "name": "新建聊天",
      "short_name": "新建",
      "description": "开始新的对话",
      "url": "/?action=new-chat",
      "icons": [{"src": "icons/apple-icon-92x92.png", "sizes": "92x92"}]
    },
    {
      "name": "扫一扫",
      "short_name": "扫码",
      "description": "扫描二维码",
      "url": "/?action=scan",
      "icons": [{"src": "icons/apple-icon-92x92.png", "sizes": "92x92"}]
    }
  ],
  "screenshots": [],
  "related_applications": [],
  "prefer_related_applications": false
}