{
    "version": "0.53.9",
    "homepage": "https://lbry.com/",
    "description": "The official browser for the blockchain-based file-sharing, and payment network.",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/lbryio/lbry-desktop/releases/download/v0.53.9/LBRY_0.53.9.exe#/dl.7z",
            "hash": "sha512:bf21cc86dc626681673d24998a6407923472bed73a44aecc82b132e9e8ab7a8e98f55e232fd82a1ec137c421831ff16879524203fdcc006b26fa7ad395e0e65f"
        }
    },
    "extract_dir": "$PLUGINSDIR",
    "pre_install": "Expand-7zipArchive \"$dir\\app-64.7z\" $dir -Removal",
    "shortcuts": [
        [
            "LBRY.exe",
            "LBRY"
        ]
    ],
    "checkver": {
        "github": "https://github.com/lbryio/lbry-desktop"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/lbryio/lbry-desktop/releases/download/v$version/LBRY_$version.exe#/dl.7z",
                "hash": {
                    "url": "$baseurl/latest.yml",
                    "regex": "sha512:\\s$base64"
                }
            }
        }
    }
}
