{ "version": "1.6.0", "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.6.0/Xray-windows-64.zip", "hash": "191d66a83ca2efdb793726d5928c3adb7f80506a3f2e00dcab901abfffdaf359" }, "32bit": { "url": "https://github.com/XTLS/Xray-core/releases/download/v1.6.0/Xray-windows-32.zip", "hash": "bf4e9de6c7d6d4518ec35a12fee4726cea4a7a455cd32b3e732088547ac3059f" } }, "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" } } } }