{
    "version": "2.7.2",
    "description": "An open-source, non-custodial, privacy-focused Bitcoin wallet for desktop, that implements trustless coinjoin over the Tor anonymity network.",
    "homepage": "https://wasabiwallet.io/",
    "license": {
        "identifier": "MIT",
        "url": "https://github.com/WalletWasabi/WalletWasabi/blob/master/LICENSE.md"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/WalletWasabi/WalletWasabi/releases/download/v2.7.2/Wasabi-2.7.2-win-x64.zip",
            "hash": "b8f2ab5cc481bf2c123af975ca3809a29e25c031aa972cff26f040a47c6797b7"
        }
    },
    "shortcuts": [
        [
            "wassabee.exe",
            "Wasabi Wallet"
        ]
    ],
    "checkver": {
        "github": "https://api.github.com/repos/WalletWasabi/WalletWasabi/releases/latest",
        "jsonpath": "$.assets..browser_download_url",
        "regex": "/download/v(?<tag>[\\d.]+)/Wasabi-(?<version>[\\d.]+)-win-x64.zip"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/WalletWasabi/WalletWasabi/releases/download/v$matchTag/Wasabi-$version-win-x64.zip",
                "hash": {
                    "url": "$baseurl/SHA256SUMS.asc",
                    "find": "$sha256\\s+Wasabi-$version-win-x64\\.zip"
                }
            }
        }
    }
}
