{
    "version": "0.3.18",
    "description": "A fast, feature-rich Neovim GUI built with Zig.",
    "homepage": "https://github.com/akiyosi/zonvie",
    "license": {
        "identifier": "MIT",
        "url": "https://github.com/akiyosi/zonvie/blob/main/LICENSE"
    },
    "suggest": {
        "Neovim": "main/neovim"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/akiyosi/zonvie/releases/download/v0.3.18/zonvie-v0.3.18-windows-x64.zip",
            "hash": "cd39f867c37f3e8afebb9da61b28f93e9fd425fe69e5df08c27a36c692c909b1"
        },
        "arm64": {
            "url": "https://github.com/akiyosi/zonvie/releases/download/v0.3.18/zonvie-v0.3.18-windows-arm64.zip",
            "hash": "e5e8a2903553f9a3cdaf1d2f7530b306a8bbf78583d9fbd1b0d22e1a9b3ca654"
        }
    },
    "bin": "zonvie.exe",
    "shortcuts": [
        [
            "zonvie.exe",
            "Zonvie"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/akiyosi/zonvie/releases/download/v$version/zonvie-v$version-windows-x64.zip"
            },
            "arm64": {
                "url": "https://github.com/akiyosi/zonvie/releases/download/v$version/zonvie-v$version-windows-arm64.zip"
            }
        }
    }
}
