{ "version": "1.8.20", "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.20/Xray-windows-64.zip", "hash": "8a279bebca172fa0d4a928cd2c933ea5db9913d5f4bba1f8bccd0fb4cdad5fb0" }, "32bit": { "url": "https://github.com/XTLS/Xray-core/releases/download/v1.8.20/Xray-windows-32.zip", "hash": "25b5c5651700a712dd0611e45a5c4873be8a1669b241a6650fff441d15d23d20" } }, "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" } } } }