{
    "version": "0.6.3.2",
    "description": "A P2P communications protocol used to send encrypted messages to another person or to many subscribers.",
    "homepage": "https://bitmessage.org/",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/Bitmessage/PyBitmessage/releases/download/0.6.3.2/Bitmessage_x86_0.6.3.2.exe#/bitmessage.exe",
            "hash": "e714337ac069b06aa5ba66cc37c55ebf6da0546838e96850818474544742fe58"
        },
        "32bit": {
            "url": "https://github.com/Bitmessage/PyBitmessage/releases/download/0.6.3.2/Bitmessage_x86_0.6.3.2.exe#/bitmessage.exe",
            "hash": "e714337ac069b06aa5ba66cc37c55ebf6da0546838e96850818474544742fe58"
        }
    },
    "bin": "bitmessage.exe",
    "shortcuts": [
        [
            "bitmessage.exe",
            "Bitmessage"
        ]
    ],
    "checkver": {
        "github": "https://github.com/Bitmessage/PyBitmessage"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/Bitmessage/PyBitmessage/releases/download/$version/Bitmessage_x64_$version.exe#/bitmessage.exe"
            },
            "32bit": {
                "url": "https://github.com/Bitmessage/PyBitmessage/releases/download/$version/Bitmessage_x86_$version.exe#/bitmessage.exe"
            }
        }
    }
}
