{
    "version": "11.0.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/11.0.0/Vieb-11.0.0-win.zip",
            "hash": "172850a8ef58042ea128863b58767179cbdc80f3f9bb817ec9e5b63c427fe0f4"
        },
        "arm64": {
            "url": "https://github.com/Jelmerro/Vieb/releases/download/11.0.0/Vieb-11.0.0-arm64-win.zip",
            "hash": "e6d33b23b68e37cc276c8536af3e72bf947888aa0cb009eb3f0d50c8abff2d8c"
        }
    },
    "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"
            }
        }
    }
}
