{
    "version": "1.9.10_1993",
    "description": "Open-source password manager compatible with KeePass",
    "homepage": "https://authpass.app/",
    "license": "GPL-3.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://github.com/authpass/authpass/releases/download/v1.9.10/AuthPass-setup-1.9.10_1993.exe",
            "hash": "db46124f02cc58e9ccd386a4f6417c86effa32cae4b32394c52875d8c741e19e"
        }
    },
    "innosetup": true,
    "shortcuts": [
        [
            "authpass.exe",
            "AuthPass"
        ]
    ],
    "checkver": {
        "github": "https://github.com/authpass/authpass",
        "regex": "AuthPass-setup-([\\d._]+).exe"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/authpass/authpass/releases/download/v$matchHead/AuthPass-setup-$version.exe"
            }
        }
    }
}
