{
    "version": "0.19.2",
    "description": "A cross-platform libre handwritten notes app.",
    "homepage": "https://github.com/adil192/saber",
    "license": "GPL-3.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://github.com/adil192/saber/releases/download/v0.19.2/SaberInstaller_v0.19.2.exe",
            "hash": "a81473056ac0bf26a39f96a547d9ef1be861cb47d2cc85fc653b06d053a47755"
        }
    },
    "innosetup": true,
    "bin": "saber.exe",
    "shortcuts": [
        [
            "saber.exe",
            "Saber"
        ]
    ],
    "checkver": {
        "url": "https://api.github.com/repositories/516598834/releases/latest",
        "regex": "(?sm)browser_download_url.*?releases/download/v([\\d.]+)/SaberInstaller_v([\\d.]+)(?<extra>_([\\d]+))?\\.exe"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/adil192/saber/releases/download/v$version/SaberInstaller_v$version$matchExtra.exe"
            }
        }
    }
}
