{
    "version": "26.1",
    "description": "A markdown-like editor for novels",
    "homepage": "https://novelwriter.io/",
    "license": "GPL-3.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/vkbo/novelWriter/releases/download/v26.1/novelwriter-26.1-amd64-setup.exe",
            "hash": "ad69d1ed5e5024c2f6bdd25028dde420d634ea9ea838a425b94d98670ead772d"
        }
    },
    "innosetup": true,
    "shortcuts": [
        [
            "pythonw.exe",
            "novelWriter",
            "novelWriter.pyw",
            "novelwriter.ico"
        ]
    ],
    "checkver": {
        "github": "https://github.com/vkbo/novelWriter"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/vkbo/novelWriter/releases/download/v$version/novelwriter-$version-amd64-setup.exe"
            }
        },
        "hash": {
            "url": "$url.sha256"
        }
    }
}
