{
    "version": "22.10",
    "description": "A connection hub and remote file manager to access your entire server infrastructure from your local desktop",
    "homepage": "https://xpipe.io/",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/xpipe-io/xpipe/releases/download/22.10/xpipe-portable-windows-x86_64.zip",
            "hash": "e4ad86bd94fed2086654a080d4272d9dd9134864c4fbf5c0ea461d1964da6bf2"
        },
        "arm64": {
            "url": "https://github.com/xpipe-io/xpipe/releases/download/22.10/xpipe-portable-windows-arm64.zip",
            "hash": "49b782fcd1e8de953941e466ad54a69b805334b5fabef5ba52b2e332e8d9d5f9"
        }
    },
    "extract_dir": "xpipe-22.10",
    "bin": "bin\\xpipe.exe",
    "shortcuts": [
        [
            "xpiped.exe",
            "XPipe"
        ]
    ],
    "checkver": {
        "github": "https://github.com/xpipe-io/xpipe"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/xpipe-io/xpipe/releases/download/$version/xpipe-portable-windows-x86_64.zip"
            },
            "arm64": {
                "url": "https://github.com/xpipe-io/xpipe/releases/download/$version/xpipe-portable-windows-arm64.zip"
            }
        },
        "extract_dir": "xpipe-$version",
        "hash": {
            "url": "$baseurl/sha256sums.txt"
        }
    }
}
