{
    "version": "5.12.1",
    "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.12.1/v2ray-windows-64.zip",
            "hash": "324fb1b1f86d320be06ad1e32ebf657162c9fa7780235355959a6a4b34820f97"
        },
        "32bit": {
            "url": "https://github.com/v2fly/v2ray-core/releases/download/v5.12.1/v2ray-windows-32.zip",
            "hash": "ac57756ef4aab9332436ab5391d9f984265b5f23bb08f18c0cdd64174bf157fe"
        },
        "arm64": {
            "url": "https://github.com/v2fly/v2ray-core/releases/download/v5.12.1/v2ray-windows-arm64-v8a.zip",
            "hash": "4d633da917042ce48b3fc111689294fbfdcdf99dc639817e8bb1bacfde6ce7b9"
        }
    },
    "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"
        }
    }
}
