{
    "version": "7.13.1",
    "description": "Privacy enhanced BitTorrent client with P2P content discovery",
    "homepage": "https://www.tribler.org",
    "license": "LGPL-3.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/Tribler/tribler/releases/download/v7.13.1/Tribler_7.13.1_x64.exe#/dl.7z",
            "hash": "5164fe4e1c3b70c27119c3aea7ca01a25d549a2259b2f8a179e55e41f8b22771"
        },
        "32bit": {
            "url": "https://github.com/Tribler/tribler/releases/download/v7.13.1/Tribler_7.13.1_x86.exe#/dl.7z",
            "hash": "92a9c3791d1f089ecd8e45294669f176dacdd09ea839f98f00db3452fabdefd6"
        }
    },
    "pre_install": "Remove-Item \"$dir\\`$PLUGINSDIR\" -Recurse",
    "bin": "tribler.exe",
    "shortcuts": [
        [
            "tribler.exe",
            "Tribler"
        ]
    ],
    "checkver": {
        "github": "https://github.com/Tribler/tribler"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/Tribler/tribler/releases/download/v$version/Tribler_$version_x64.exe#/dl.7z"
            },
            "32bit": {
                "url": "https://github.com/Tribler/tribler/releases/download/v$version/Tribler_$version_x86.exe#/dl.7z"
            }
        },
        "hash": {
            "url": "$baseurl/SHA256.txt"
        }
    }
}
