{
    "version": "1.1.12",
    "description": "A Flutter LLM Chat Client.",
    "homepage": "https://kelivo.psycheas.top/",
    "license": "AGPL-3.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/Chevey339/kelivo/releases/download/v1.1.12/Kelivo_windows_1.1.12%2B30.zip",
            "hash": "1b78416a89d7e993a95099bedd22595516158db09f911ced664307622bb50649"
        }
    },
    "shortcuts": [
        [
            "kelivo.exe",
            "Kelivo"
        ]
    ],
    "checkver": {
        "github": "https://github.com/Chevey339/kelivo",
        "regex": "Kelivo_windows_(?<version>[\\d.]+)\\+(?<build>\\d+)\\.zip"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/Chevey339/kelivo/releases/download/v$version/Kelivo_windows_$version%2B$matchBuild.zip"
            }
        }
    }
}
