{
    "version": "5.13.2",
    "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.13.2/win-vind_5.13.2_64bit_portable.zip",
            "hash": "ad52fe93c289945d15636a96b2c16ecd5ec55a317f6e2f97b2ed2ee15f4b84d5"
        },
        "32bit": {
            "url": "https://github.com/pit-ray/win-vind/releases/download/v5.13.2/win-vind_5.13.2_32bit_portable.zip",
            "hash": "c8651573996f0df4719ecfec9fb6614d844c790605617ffcce35ba884cfd97e1"
        }
    },
    "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"
            }
        }
    }
}
