{
    "version": "8.5.0",
    "description": "Feature-rich GraphQL Client",
    "homepage": "https://altair.sirmuel.design",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/altair-graphql/altair/releases/download/v8.5.0/altair_8.5.0_x64_win.exe#/dl.7z",
            "hash": "sha512:42d8e89d4584652d492a532c012771baaaae5dd2e4ccabd31843629e3d135cd34928c9ff12677658fc672f520e8f5fdf7b6a326fecd5921ac0c27c92523d5dd4",
            "pre_install": [
                "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
                "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall*\" -Force -Recurse"
            ]
        }
    },
    "shortcuts": [
        [
            "Altair GraphQL Client.exe",
            "Altair GraphQL Client"
        ]
    ],
    "checkver": {
        "github": "https://github.com/altair-graphql/altair"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/altair-graphql/altair/releases/download/v$version/altair_$version_x64_win.exe#/dl.7z",
                "hash": {
                    "url": "$baseurl/latest.yml",
                    "regex": "sha512:\\s+$base64"
                }
            }
        }
    }
}
