{
    "version": "1.4.5",
    "description": "A cross-platform HTTP client desktop application for testing HTTP and REST APIs, WebSocket, GraphQL (including subscriptions) and gRPC endpoints.",
    "homepage": "https://sunny-chung.github.io/hello-http/",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/sunny-chung/hello-http/releases/download/v1.4.5/HelloHTTP-v1.4.5-windows-X64.zip",
            "hash": "0d2137c939b24ecc162821ba2dfd56f6ce0901f04eba6f129668f3dcd8189e82"
        }
    },
    "extract_dir": "Hello HTTP",
    "bin": "Hello HTTP.exe",
    "shortcuts": [
        [
            "Hello HTTP.exe",
            "hello HTTP"
        ]
    ],
    "checkver": {
        "github": "https://github.com/sunny-chung/hello-http"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/sunny-chung/hello-http/releases/download/v$version/HelloHTTP-v$version-windows-X64.zip"
            }
        }
    }
}
