{
    "version": "0.54.0",
    "description": "A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.",
    "homepage": "https://github.com/fatedier/frp",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/fatedier/frp/releases/download/v0.54.0/frp_0.54.0_windows_amd64.zip",
            "hash": "95f0d8c8f4781fc8e42b7d644024c647032e3f6cd0ffe425e8f7d5a46d601557",
            "extract_dir": "frp_0.54.0_windows_amd64"
        },
        "arm64": {
            "url": "https://github.com/fatedier/frp/releases/download/v0.54.0/frp_0.54.0_windows_arm64.zip",
            "hash": "61b4d21b669ceb671b298a4ed4aa3c70b33d6e3e4281f7417336a76f684424ca",
            "extract_dir": "frp_0.54.0_windows_arm64"
        }
    },
    "bin": [
        "frpc.exe",
        "frps.exe"
    ],
    "persist": [
        "frpc.toml",
        "frps.toml"
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/fatedier/frp/releases/download/v$version/frp_$version_windows_amd64.zip",
                "extract_dir": "frp_$version_windows_amd64"
            },
            "arm64": {
                "url": "https://github.com/fatedier/frp/releases/download/v$version/frp_$version_windows_arm64.zip",
                "extract_dir": "frp_$version_windows_arm64"
            }
        },
        "hash": {
            "url": "$baseurl/frp_sha256_checksums.txt"
        }
    }
}
