{ "version": "1.5.5", "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/v1.5.5/Xray-windows-64.zip", "hash": "efce268d134f4acabd47334cf6b9842b59c3529bc618b37acd4a0830291fafc6" }, "32bit": { "url": "https://github.com/XTLS/Xray-core/releases/download/v1.5.5/Xray-windows-32.zip", "hash": "528db5fdc8de2eba2205c2cfae52d835a7dd2b8127650722295cbfe35e984035" } }, "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" } } } }