{
    "version": "2.4.4",
    "description": "An open source, non-custodial, and private multi-currency crypto wallet.",
    "homepage": "https://stackwallet.com/",
    "license": {
        "identifier": "GPL-3.0-only",
        "url": "https://github.com/cypherstack/stack_wallet/blob/main/LICENSE"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/cypherstack/stack_wallet/releases/download/build_301/stack_wallet-v2.4.4-windows.zip",
            "hash": "3b8b2cb9361a273ca2f2e0a86b102262a1cc2e8f3195639cf3d2d97c9f090322"
        }
    },
    "extract_dir": "Release",
    "shortcuts": [
        [
            "stack_wallet.exe",
            "Stack Wallet"
        ]
    ],
    "checkver": {
        "github": "https://api.github.com/repos/cypherstack/stack_wallet/releases/latest",
        "regex": "/download/(?<tag>[^/]+)/stack_wallet-v(?<version>[\\d.]+)-windows\\.zip"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/cypherstack/stack_wallet/releases/download/$matchTag/stack_wallet-v$version-windows.zip",
                "hash": {
                    "url": "https://github.com/cypherstack/stack_wallet/releases/tag/$matchTag",
                    "find": "$basename\\s+$sha256"
                }
            }
        }
    }
}
