{
    "version": "0.6.1",
    "description": "HTML Language Server & Templating Language Library",
    "homepage": "https://github.com/kristoff-it/superhtml",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/kristoff-it/superhtml/releases/download/v0.6.1/x86_64-windows.zip",
            "hash": "59676e1b9d98861732a6d4ba8fc32e26a18a433b183a56c864d35bb531c11594"
        },
        "arm64": {
            "url": "https://github.com/kristoff-it/superhtml/releases/download/v0.6.1/aarch64-windows.zip",
            "hash": "05ab4d131ee63126c4ed9cf75e739f49462b3b5c0292ec4da3675c0d9b467986"
        }
    },
    "bin": "superhtml.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/kristoff-it/superhtml/releases/download/v$version/x86_64-windows.zip"
            },
            "arm64": {
                "url": "https://github.com/kristoff-it/superhtml/releases/download/v$version/aarch64-windows.zip"
            }
        }
    }
}