{
    "version": "0.6.2",
    "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.2/x86_64-windows.zip",
            "hash": "d5566c96355389bb86d0e98cdf5b3603ff816fc49db5bd42a0a88d4ee72586c6"
        },
        "arm64": {
            "url": "https://github.com/kristoff-it/superhtml/releases/download/v0.6.2/aarch64-windows.zip",
            "hash": "224c3b66ca9e12421fd3fe927a0bb0c3f21b289e825363fba73aef65d0924eb2"
        }
    },
    "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"
            }
        }
    }
}