{ "version": "25.12.8", "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.12.8/Xray-windows-64.zip", "hash": "5419794670658e14519409320752329375e0fd8a57089f373b3febe9bf3ec5d5" }, "32bit": { "url": "https://github.com/XTLS/Xray-core/releases/download/v25.12.8/Xray-windows-32.zip", "hash": "b270190001fd9e566b8c1dc5f4bd8dac62d261d26fe23b7e42953e11adcde8f9" } }, "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" } } } }