{
    "version": "2.9.0-20260428",
    "description": "Keyguard is an alternative client for the Bitwarden® platform, created to provide the best user experience possible",
    "homepage": "https://github.com/AChep/keyguard-app",
    "license": {
        "identifier": "Proprietary",
        "url": "https://github.com/AChep/keyguard-app/blob/master/LICENSE"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/AChep/keyguard-app/releases/download/r20260428/Keyguard-2.9.0.msi",
            "hash": "744c4d07df6c154a93da7a2dc7c923b7fc47b364b4509dba4abd08a26bdc3541"
        }
    },
    "bin": "Keyguard\\Keyguard.exe",
    "shortcuts": [
        [
            "Keyguard\\Keyguard.exe",
            "Keyguard"
        ]
    ],
    "checkver": {
        "github": "https://github.com/AChep/keyguard-app/",
        "regex": "Release v([\\d\\.]+)-([\\d\\.]+)",
        "replace": "${1}-${2}"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/AChep/keyguard-app/releases/download/r$preReleaseVersion/Keyguard-$matchHead.msi"
            }
        }
    }
}
