{
    "version": "3.0.3",
    "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/v3.0.3/Zettlr-3.0.3-x64.exe#/dl.7z",
            "hash": "4ed68ca1b4e211d0196405c8b7ad9fd906627941348b8c110e81e1e66249929a",
            "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"
        }
    }
}
