{
    "version": "0.6.8",
    "description": "Neovim GUI which uses a Golang Qt backend",
    "homepage": "https://github.com/akiyosi/goneovim",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/akiyosi/goneovim/releases/download/v0.6.8/goneovim-v0.6.8-windows.zip",
            "hash": "0e5b5895034c4cb06f20826eb5021802f5a8ccdd105213afe0509f4bba6cbb93"
        }
    },
    "extract_dir": "goneovim-v0.6.8-windows",
    "bin": "goneovim.exe",
    "shortcuts": [
        [
            "goneovim.exe",
            "Goneovim"
        ]
    ],
    "suggest": {
        "Neovim": "neovim"
    },
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/akiyosi/goneovim/releases/download/v$version/goneovim-v$version-windows.zip"
            }
        },
        "extract_dir": "goneovim-v$version-windows"
    }
}
