{ "version": "25.8.31", "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/v25.8.31/Xray-windows-64.zip", "hash": "993c952450cd6518a0ca46e938888d820732b8b1f376b6b76d941d6970c2580e" }, "32bit": { "url": "https://github.com/XTLS/Xray-core/releases/download/v25.8.31/Xray-windows-32.zip", "hash": "c3d115d4b3f8a29419f64cf742db92b4ca343c13ec39d1e6cf43554247bc6539" } }, "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" } } } }