{
    "version": "0.3.9",
    "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.3.9/Nvy.exe",
            "hash": "8a40988f0dc5f5b24d583e3f7da4ad74ed71ef95c4306c71f8c469225a6e0228"
        }
    },
    "bin": "Nvy.exe",
    "shortcuts": [
        [
            "Nvy.exe",
            "Nvy"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/RMichelsen/Nvy/releases/download/v$version/Nvy.exe"
            }
        }
    }
}
