{
    "version": "2.37.1-760417",
    "description": "A messenger, crypto wallet, and Web3 browser.",
    "homepage": "https://status.app/",
    "license": "MPL-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/status-im/status-desktop/releases/download/2.37.1/StatusIm-Desktop-2.37.1-760417-x86_64.7z",
            "hash": "99ada477c5b9304dc698c748bf4b815a84c7c2ac0619ae8d0c05aabf4af6f0da"
        }
    },
    "extract_dir": "Status",
    "pre_install": "if (!(Test-Path \"$env:LOCALAPPDATA\\Status\")) { New-Item \"$env:LOCALAPPDATA\\Status\" -ItemType Directory | Out-Null }",
    "bin": "Status.exe",
    "shortcuts": [
        [
            "Status.exe",
            "Status"
        ]
    ],
    "checkver": {
        "github": "https://api.github.com/repos/status-im/status-app/releases/latest",
        "jsonpath": "$.assets..browser_download_url",
        "regex": "StatusIm-Desktop-(?<Ver>[\\d.]+)-(?<Build>[\\w]+)-x86_64\\.",
        "replace": "${Ver}-${Build}"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/status-im/status-desktop/releases/download/$matchVer/StatusIm-Desktop-$version-x86_64.7z"
            }
        }
    }
}
