{
    "version": "5.48.0",
    "description": "A platform for building proxies to bypass network restrictions.",
    "homepage": "https://www.v2fly.org/en_US/",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/v2fly/v2ray-core/releases/download/v5.48.0/v2ray-windows-64.zip",
            "hash": "903fb6e914317c737686a64684cb3846bfa55feee408f7600201bdc4024588c4"
        },
        "32bit": {
            "url": "https://github.com/v2fly/v2ray-core/releases/download/v5.48.0/v2ray-windows-32.zip",
            "hash": "7a0f2f72e52bfd3c3c95935ed9059a42fed6e96c6f66d68aba1d91232700fb95"
        },
        "arm64": {
            "url": "https://github.com/v2fly/v2ray-core/releases/download/v5.48.0/v2ray-windows-arm64-v8a.zip",
            "hash": "95e32d309ee502c2bb2c4d2d74a8c14f9efa1d35b40892c64b8de5ba77869b5e"
        }
    },
    "bin": "v2ray.exe",
    "persist": "config.json",
    "checkver": {
        "github": "https://github.com/v2fly/v2ray-core"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/v2fly/v2ray-core/releases/download/v$version/v2ray-windows-64.zip"
            },
            "32bit": {
                "url": "https://github.com/v2fly/v2ray-core/releases/download/v$version/v2ray-windows-32.zip"
            },
            "arm64": {
                "url": "https://github.com/v2fly/v2ray-core/releases/download/v$version/v2ray-windows-arm64-v8a.zip"
            }
        },
        "hash": {
            "url": "$url.dgst",
            "regex": "SHA2-256= $sha256"
        }
    }
}
