{
  "name": "uCopy - P2P 文件传输与跨设备协作",
  "short_name": "uCopy",
  "description": "无需注册，通过加密 WebRTC 发送文件、同步剪贴板、实时聊天和共享屏幕。",
  "theme_color": "#3b82f6",
  "background_color": "#ffffff",
  "display": "standalone",
  "orientation": "any",
  "start_url": "/connection-config",
  "scope": "/",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["utilities", "productivity"],
  "shortcuts": [
    {
      "name": "开始传输",
      "short_name": "传输",
      "description": "快速打开文件传输界面",
      "url": "/connection-config",
      "icons": [
        {
          "src": "/favicon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "screenshots": [],
  "lang": "zh-CN",
  "dir": "ltr"
}
