{
    "version": "1.3.2",
    "description": "SIP003 plugin based on v2ray for shadowsocks",
    "homepage": "https://github.com/shadowsocks/v2ray-plugin",
    "license": "MIT",
    "depends": "shadowsocks",
    "architecture": {
        "64bit": {
            "url": "https://github.com/shadowsocks/v2ray-plugin/releases/download/v1.3.2/v2ray-plugin-windows-amd64-v1.3.2.tar.gz",
            "hash": "7ca6c0955fcbce54bc9fef520e2c0f2d97057212b2a64ba53325b66d4cc1003b",
            "bin": [
                [
                    "v2ray-plugin_windows_amd64.exe",
                    "shadowsocks-v2ray-plugin"
                ]
            ]
        },
        "32bit": {
            "url": "https://github.com/shadowsocks/v2ray-plugin/releases/download/v1.3.2/v2ray-plugin-windows-386-v1.3.2.tar.gz",
            "hash": "fa64e130816c36b65f992f0aed2ec9099c35081afb59c08d76117bc0b421f871",
            "bin": [
                [
                    "v2ray-plugin_windows_386.exe",
                    "shadowsocks-v2ray-plugin"
                ]
            ]
        }
    },
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/shadowsocks/v2ray-plugin/releases/download/v$version/v2ray-plugin-windows-amd64-v$version.tar.gz"
            },
            "32bit": {
                "url": "https://github.com/shadowsocks/v2ray-plugin/releases/download/v$version/v2ray-plugin-windows-386-v$version.tar.gz"
            }
        },
        "hash": {
            "url": "https://github.com/shadowsocks/v2ray-plugin/releases/tag/v$version",
            "regex": "$sha1\\s+bin/$basename"
        }
    }
}
