{
  "name": "正再拆图 3D 模型查看器",
  "short_name": "3D 查看器",
  "description": "在手机或浏览器中查看 3D 模型",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#10141d",
  "theme_color": "#10141d",
  "orientation": "any",
  "lang": "zh-CN",
  "icons": [
    {
      "src": "images/zzctLogo.ico",
      "type": "image/x-icon",
      "sizes": "any",
      "purpose": "any"
    },
    {
      "src": "images/zzctLogo-180.png",
      "type": "image/png",
      "sizes": "180x180",
      "purpose": "any"
    }
  ],
  "file_handlers": [
    {
      "action": "./",
      "accept": {
        "application/octet-stream": [".rhv"]
      },
      "icons": [
        {
          "src": "images/file-icon.svg",
          "type": "image/svg+xml",
          "sizes": "any"
        }
      ],
      "launch_type": "single-client"
    }
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}
