{
    "version": "12.8.0",
    "description": "Vim Inspired Electron Browser",
    "homepage": "https://vieb.dev",
    "license": "GPL-3.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://github.com/Jelmerro/Vieb/releases/download/12.8.0/Vieb-12.8.0-win.zip",
            "hash": "74f76feb553ff063337eb7df826757dee20bd0467802cddde711ceaa086cda3b"
        },
        "arm64": {
            "url": "https://github.com/Jelmerro/Vieb/releases/download/12.8.0/Vieb-12.8.0-arm64-win.zip",
            "hash": "4345640adc69f04caaaa12d8db9a642699646fc459633719e09896460bce3a27"
        }
    },
    "bin": "Vieb.exe",
    "shortcuts": [
        [
            "Vieb.exe",
            "Vieb"
        ]
    ],
    "checkver": {
        "github": "https://github.com/Jelmerro/Vieb"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/Jelmerro/Vieb/releases/download/$version/Vieb-$version-win.zip"
            },
            "arm64": {
                "url": "https://github.com/Jelmerro/Vieb/releases/download/$version/Vieb-$version-arm64-win.zip"
            }
        }
    }
}
