{
    "version": "0.13.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.13.0/Tad-Setup-0.13.0.exe#/dl.7z",
            "hash": "sha512:012f422a2e118ec276a634e06abe8b3d7c0d29ec5c6c1792100b46d4f16cebd91972b0aed2924c493f569359e3e12cb78b252b18d71885e7ebd3883a604a4727",
            "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"
                }
            }
        }
    }
}
