{
    "version": "0.3.4",
    "description": "A blazing-fast, native Redis GUI built with Rust and GPUI.",
    "homepage": "https://github.com/vicanso/zedis",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/vicanso/zedis/releases/download/v0.3.4/zedis-windows-x86_64.zip",
            "hash": "c67790160462dac5bd11b98efeedf04dc24900c2a556bec0a47b6fe3da98fd9b"
        },
        "arm64": {
            "url": "https://github.com/vicanso/zedis/releases/download/v0.3.4/zedis-windows-aarch64.zip",
            "hash": "11986db4f15891d9ac41801387e54cac422517bbbdebc3669c39427c87f7ed93"
        }
    },
    "shortcuts": [
        [
            "zedis.exe",
            "Zedis"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/vicanso/zedis/releases/download/v$version/zedis-windows-x86_64.zip"
            },
            "arm64": {
                "url": "https://github.com/vicanso/zedis/releases/download/v$version/zedis-windows-aarch64.zip"
            }
        }
    }
}
