{
    "version": "0.14.0",
    "description": "A desktop application for viewing and analyzing tabular data",
    "homepage": "https://www.tadviewer.com/",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/antonycourtney/tad/releases/download/v0.14.0/Tad-Setup-0.14.0.exe#/dl.7z",
            "hash": "sha512:b89a27c9da687bc7539287eb6e2e10e9b339731d51390b1b63ab60ad7c1910053c3b3e2f05f99aa5f6e4cf8dc9d7f16e5874bf4301d8c4408babb9c2c7fd7610",
            "pre_install": [
                "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\" -Removal",
                "Remove-Item \"$dir\\`$*\" -Recurse"
            ]
        }
    },
    "bin": "Tad.exe",
    "shortcuts": [
        [
            "Tad.exe",
            "Tad"
        ]
    ],
    "checkver": {
        "github": "https://github.com/antonycourtney/tad"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/antonycourtney/tad/releases/download/v$version/Tad-Setup-$version.exe#/dl.7z",
                "hash": {
                    "url": "$baseurl/latest.yml",
                    "regex": "sha512:\\s+$base64"
                }
            }
        }
    }
}
