{
  "name": "WorkLink",
  "short_name": "WorkLink",
  "description": "Global Work Collaboration Platform",
  "id": "/",
  "start_url": "/chat",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f3f6fb",
  "theme_color": "#356fe5",
  "categories": ["business", "productivity", "shopping"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    { "name": "聊天", "url": "/chat" },
    { "name": "商品商城", "url": "/products" },
    { "name": "钱包", "url": "/wallet" }
  ]
}
