{
    "version": "3.20.1",
    "description": "A Vim-inspired note-taking platform",
    "homepage": "https://app.vnote.fun",
    "license": "LGPL-3.0-only",
    "suggest": {
        "vcredist": "extras/vcredist2022"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/vnotex/vnote/releases/download/v3.20.1/VNote-3.20.1-win64.zip",
            "hash": "8e9395b9f87ecb30735f9c1027719190b2df37a1a0261cc5ecb3c6d963e8c461",
            "extract_dir": "VNote-3.20.1-win64\\bin"
        }
    },
    "bin": "vnote.exe",
    "shortcuts": [
        [
            "vnote.exe",
            "VNote"
        ]
    ],
    "checkver": {
        "github": "https://github.com/vnotex/vnote"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/vnotex/vnote/releases/download/v$version/VNote-$version-win64.zip",
                "extract_dir": "VNote-$version-win64\\bin"
            }
        }
    }
}
