{
    "version": "0.4.1",
    "description": "A Neovim client in C++",
    "homepage": "https://github.com/RMichelsen/Nvy",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/RMichelsen/Nvy/releases/download/v0.4.1/Nvy.exe",
            "hash": "34a2ab342fb5ab0aa7f4df85cede5677fe5580ece446b0519331e318db2b551d"
        }
    },
    "bin": "Nvy.exe",
    "shortcuts": [
        [
            "Nvy.exe",
            "Nvy"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/RMichelsen/Nvy/releases/download/v$version/Nvy.exe"
            }
        }
    }
}
