{ "version": "24.12.18", "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/v24.12.18/Xray-windows-64.zip", "hash": "8fe8822cd8a8fc5270ea822fda4770a7099304e8da87926b31ea8b6375df0312" }, "32bit": { "url": "https://github.com/XTLS/Xray-core/releases/download/v24.12.18/Xray-windows-32.zip", "hash": "1108771e916670f383b7a6d6372688395b267fb4d6aefb75f13bccffcc1dcec5" } }, "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" } } } }