{
    "version": "1.9.0",
    "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.9.0/HelloHTTP-v1.9.0-windows-X64.zip",
            "hash": "1a81513bc41b83ab8e83738b65378bab6432b24fa36b203f40e3f6e4338e2980"
        }
    },
    "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"
            }
        }
    }
}
