{
  "name": "文件快传",
  "short_name": "文件快传",
  "description": "免费 P2P 文件传输工具，无需注册，无需下载。同 WiFi 自动发现设备，跨网络通过身份码连接。",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "portrait",
  "background_color": "#f5f5f7",
  "theme_color": "#007aff",
  "categories": ["utilities", "communication"],
  "lang": "zh-CN",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "scope": "/"
}