{
    "version": "5.10.0",
    "homepage": "https://github.com/pit-ray/win-vind",
    "description": "A Vim-oriented toy box that allows the user to operate Windows with key bindings like Vim. The app consists of various useful features inspired by Vim and its plugins.",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/pit-ray/win-vind/releases/download/v5.10.0/win-vind_5.10.0_64bit_portable.zip",
            "hash": "e5fa39a1bdca7deffd631dd1efeb380139ac8e91fe8a5723c7459eece9bd2341"
        },
        "32bit": {
            "url": "https://github.com/pit-ray/win-vind/releases/download/v5.10.0/win-vind_5.10.0_32bit_portable.zip",
            "hash": "258e671a8eef964e085558f2d8278ad44f77e9bbe88f262f94d2e7a86d056837"
        }
    },
    "extract_dir": "win-vind",
    "bin": "win-vind.exe",
    "shortcuts": [
        [
            "win-vind.exe",
            "win-vind"
        ]
    ],
    "persist": [
        "config",
        "log"
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/pit-ray/win-vind/releases/download/v$version/win-vind_$version_64bit_portable.zip"
            },
            "32bit": {
                "url": "https://github.com/pit-ray/win-vind/releases/download/v$version/win-vind_$version_32bit_portable.zip"
            }
        }
    }
}
