{
    "version": "1670",
    "description": "A simple markdown note-taking app developed by KDE",
    "homepage": "https://apps.kde.org/marknote/",
    "license": "GPL-2.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://cdn.kde.org/ci-builds/office/marknote/master/windows/marknote-master-1670-windows-cl-msvc2022-x86_64.7z",
            "hash": "540928ebf91e05fe7c14237fbe2338f4ee10fa40b231a19502532857f8fb8b1b"
        }
    },
    "bin": "bin\\marknote.exe",
    "shortcuts": [
        [
            "bin\\marknote.exe",
            "Marknote Nightly"
        ]
    ],
    "checkver": {
        "url": "https://cdn.kde.org/ci-builds/office/marknote/master/windows/",
        "regex": "marknote-master-(\\d+)-windows-cl-(?<lib>\\w+)-x86_64\\.7z"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://cdn.kde.org/ci-builds/office/marknote/master/windows/marknote-master-$version-windows-cl-$matchLib-x86_64.7z"
            }
        },
        "hash": {
            "url": "$url.sha256"
        }
    }
}
