{
    "version": "6.2.0",
    "description": "Feature-rich GraphQL Client",
    "homepage": "https://altair.sirmuel.design",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/altair-graphql/altair/releases/download/v6.2.0/altair_6.2.0_x64_win.exe#/dl.7z",
            "hash": "sha512:7acac2ac632b026dfad3b9066f1b605cd7d05dbc74486700e6bd25c5a6a3781af8cd7386b69a96b8360a51376c76027b926057bf29139f770997cfb94f06474d",
            "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"
                }
            }
        }
    }
}
