{
    "version": "26.3.27",
    "description": "A platform for building proxies to bypass network restrictions",
    "homepage": "https://github.com/XTLS/Xray-core",
    "license": "MPL-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/XTLS/Xray-core/releases/download/v26.3.27/Xray-windows-64.zip",
            "hash": "d004c39288ce9ada487c6f398c7c545f7d749e44bdfdd59dbc9f865afba4e1ad"
        },
        "32bit": {
            "url": "https://github.com/XTLS/Xray-core/releases/download/v26.3.27/Xray-windows-32.zip",
            "hash": "956a5ec00bce747c7936dc4ff7ac570df1c8030b0a4a8640f843488365084db3"
        }
    },
    "pre_install": [
        "if (!(Test-Path \"$persist_dir\\config.json\")) {",
        "    Set-Content \"$dir\\config.json\" '{}' -Encoding 'Ascii'",
        "}"
    ],
    "bin": "xray.exe",
    "persist": "config.json",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/XTLS/Xray-core/releases/download/v$version/Xray-windows-64.zip"
            },
            "32bit": {
                "url": "https://github.com/XTLS/Xray-core/releases/download/v$version/Xray-windows-32.zip"
            }
        }
    }
}
