{
    "version": "1.9.11_2007",
    "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.11/AuthPass-setup-1.9.11_2007.exe",
            "hash": "6707da9c5b11f53efc8c23e2e5d67eb5cc6f5e00d153bd5b466193ca557abbe2"
        }
    },
    "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"
            }
        }
    }
}
