{
    "version": "0.2.6",
    "description": "Simple and lightweight GUI client for Neovim.",
    "homepage": "https://github.com/hismailbulut/Neoray",
    "license": "MIT",
    "suggest": {
        "Neovim": [
            "neovim",
            "versions/neovim-nightly"
        ]
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/hismailbulut/Neoray/releases/download/v0.2.6/neoray-windows.zip",
            "hash": "a2607c61452b63ed95886e854af10aaa2f17d25345ccef866ed44be7c9a94c53"
        }
    },
    "pre_install": "Rename-Item \"$dir\\neoray-windows.exe\" 'neoray.exe'",
    "bin": "neoray.exe",
    "shortcuts": [
        [
            "neoray.exe",
            "Neoray"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/hismailbulut/Neoray/releases/download/v$version/neoray-windows.zip"
            }
        }
    }
}
