{
    "version": "0.12.2",
    "description": "A simple GUI for Neovim",
    "homepage": "https://neovide.dev",
    "license": "MIT",
    "suggest": {
        "neovim": "neovim"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/neovide/neovide/releases/download/0.12.2/neovide.exe.zip",
            "hash": "f1f03e3654513d815a130fdaa8cb6798d7a855db4043eafd6fca774279220ca2"
        }
    },
    "bin": "neovide.exe",
    "shortcuts": [
        [
            "neovide.exe",
            "Neovide"
        ]
    ],
    "checkver": {
        "github": "https://github.com/neovide/neovide"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/neovide/neovide/releases/download/$version/neovide.exe.zip"
            }
        }
    }
}
