{
    "version": "2.7.6",
    "description": "Community fork of KeePass",
    "homepage": "https://keepassxc.org",
    "license": "GPL-2.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/keepassxreboot/keepassxc/releases/download/2.7.6/KeePassXC-2.7.6-Win64.zip",
            "hash": "42aed8fee2b5fbc7ecae4494c274aece35f3de57c4370c1cd0eb365e501fb4c6",
            "extract_dir": "KeePassXC-2.7.6-Win64"
        }
    },
    "post_install": "if (Test-Path \"$persist_dir\\keepassxc.ini\") { Move-Item \"$persist_dir\\keepassxc.ini\" \"$dir\\config\" -Force }",
    "bin": [
        "KeePassXC.exe",
        "keepassxc-cli.exe",
        "keepassxc-proxy.exe"
    ],
    "shortcuts": [
        [
            "KeePassXC.exe",
            "KeePassXC"
        ]
    ],
    "persist": "config",
    "checkver": {
        "github": "https://github.com/keepassxreboot/keepassxc"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/keepassxreboot/keepassxc/releases/download/$version/KeePassXC-$version-Win64.zip",
                "extract_dir": "KeePassXC-$version-Win64"
            }
        },
        "hash": {
            "url": "$url.DIGEST"
        }
    }
}
