{ "version": "1.8.23", "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.8.23/Xray-windows-64.zip", "hash": "2544f688b04afd1cdd09a90d926c1789db48570e968b9f93f021a112b0bf31bb" }, "32bit": { "url": "https://github.com/XTLS/Xray-core/releases/download/v1.8.23/Xray-windows-32.zip", "hash": "871baab55d17847a61541224fec52dffcd0cd633916598580d25da6b6e7d2372" } }, "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" } } } }