{
    "version": "3.2.0",
    "description": "Java-based desktop text editor with live preview, string interpolation, and formulas",
    "homepage": "https://github.com/DaveJarvis/keenwrite",
    "license": {
        "identifier": "Unknown",
        "url": "https://github.com/DaveJarvis/keenwrite/blob/master/LICENSE.md"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/DaveJarvis/keenwrite/releases/download/3.2.0/keenwrite.exe#/dl.7z",
            "hash": "15ddcce1c921322b4e304ed172380aa7b973ca050ad41850eb3d193d6396d47c"
        }
    },
    "pre_install": "Expand-7zipArchive \"$dir\\dl\" \"$dir\" -Removal",
    "bin": [
        [
            "run.bat",
            "keenwrite"
        ]
    ],
    "shortcuts": [
        [
            "run.bat",
            "KeenWrite"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/DaveJarvis/keenwrite/releases/download/$version/keenwrite.exe#/dl.7z"
            }
        }
    }
}
