{
    "version": "1.3.4",
    "description": "A handwriting notetaking software with PDF annotation support",
    "homepage": "https://github.com/xournalpp/xournalpp",
    "license": "GPL-2.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://github.com/xournalpp/xournalpp/releases/download/v1.3.4/xournalpp-1.3.4-windows-portable-AMD64.zip",
            "hash": "10ef80973664a0f38ba7ea5afb62664e3e0e5c2b18394d1d99ec36733526dcd1",
            "extract_dir": "xournalpp-1.3.4-windows-portable-AMD64"
        },
        "arm64": {
            "url": "https://github.com/xournalpp/xournalpp/releases/download/v1.3.4/xournalpp-1.3.4-windows-portable-ARM64.zip",
            "hash": "7fa65c7a1e6f274649368bbc682be2d05da1f345073c72954f5ee22824a0b9ea",
            "extract_dir": "xournalpp-1.3.4-windows-portable-ARM64"
        }
    },
    "bin": "bin\\xournalpp.exe",
    "shortcuts": [
        [
            "bin\\xournalpp.exe",
            "Xournal++"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/xournalpp/xournalpp/releases/download/v$version/xournalpp-$version-windows-portable-AMD64.zip",
                "extract_dir": "xournalpp-$version-windows-portable-AMD64"
            },
            "arm64": {
                "url": "https://github.com/xournalpp/xournalpp/releases/download/v$version/xournalpp-$version-windows-portable-ARM64.zip",
                "extract_dir": "xournalpp-$version-windows-portable-ARM64"
            }
        }
    }
}
