{
    "version": "4.4.0",
    "description": "Powerful markdown editor",
    "homepage": "https://www.zettlr.com",
    "license": "GPL-3.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://github.com/Zettlr/Zettlr/releases/download/v4.4.0/Zettlr-4.4.0-x64.exe#/dl.7z",
            "hash": "407c11af21f11edbfaedfb81c4e072c75f62d8690d87e6e3aafdca26b25e30b8",
            "pre_install": [
                "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
                "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall*\" -Force -Recurse"
            ]
        }
    },
    "shortcuts": [
        [
            "Zettlr.exe",
            "Zettlr"
        ]
    ],
    "checkver": {
        "github": "https://github.com/Zettlr/Zettlr"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/Zettlr/Zettlr/releases/download/v$version/Zettlr-$version-x64.exe#/dl.7z"
            }
        },
        "hash": {
            "url": "$baseurl/SHA256SUMS.txt"
        }
    }
}
