{
    "version": "5.0.8.6009",
    "description": "WeCom/WXWork/企业微信/WeChat-Work, a professional office management tool for enterprises created by Tencent",
    "homepage": "https://work.weixin.qq.com/",
    "license": {
        "identifier": "Proprietary",
        "url": "https://work.weixin.qq.com/nl/eula"
    },
    "url": "https://dldir1.qq.com/wework/work_weixin/WeCom_5.0.8.6009.exe#/dl.7z",
    "hash": "c88e36855f0b72541bc691194bdc0ce495e93fb2537296c6ad37be46c1218647",
    "installer": {
        "script": [
            "Remove-Item \"$dir\\`$*\" -Recurse -Force -ErrorAction SilentlyContinue",
            "Remove-Item \"$dir\\Uninstall*\" -Force -ErrorAction SilentlyContinue"
        ]
    },
    "shortcuts": [
        [
            "WXWork.exe",
            "WeCom"
        ]
    ],
    "checkver": {
        "script": [
            "$url = 'https://work.weixin.qq.com/wework_admin/commdownload?platform=win&from=wwindex'",
            "$request = [System.Net.HttpWebRequest]::Create($url)",
            "$response = $request.GetResponse()",
            "Write-Output $response.ResponseUri.AbsoluteUri"
        ],
        "regex": "WeCom_([\\d.]+).exe"
    },
    "autoupdate": {
        "url": "https://dldir1.qq.com/wework/work_weixin/WeCom_$version.exe#/dl.7z"
    }
}
