{
  "name": "LanDrop P2P 设备间文件传输",
  "short_name": "LanDrop",
  "description": "纯浏览器 P2P 文件传输工具，文件数据不经过服务器，支持大文件、多文件与断点续传。",
  "start_url": "/",
  "display": "standalone",
  "scope": "/",
  "background_color": "#0a0e1a",
  "theme_color": "#00D4AA",
  "shortcuts": [
    {
      "name": "发送文件",
      "short_name": "发送",
      "url": "/#/send",
      "icons": [
        {
          "src": "/logo-icon.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "接收文件",
      "short_name": "接收",
      "url": "/#/receive",
      "icons": [
        {
          "src": "/logo-icon.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": ["*/*"]
        }
      ]
    }
  },
  "icons": [
    {
      "src": "/logo-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}
