{
    "version": "0.14.1-43748b",
    "description": "A messenger, crypto wallet, and Web3 browser.",
    "homepage": "https://status.im/",
    "license": "MPL-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/status-im/status-desktop/releases/download/0.14.1/StatusIm-Desktop-v0.14.1-43748b-x86_64.7z ",
            "hash": "0518fe8297b6d2f833d4bcf80c94344f652a35016035a7310b7a46a436c57d2e"
        }
    },
    "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": {
        "url": "https://api.github.com/repositories/261270348/releases/latest",
        "jsonpath": "$.assets..browser_download_url",
        "regex": "StatusIm-Desktop-v(?<Ver>[\\d.]+)-(?<Build>[\\w]+)\\.",
        "replace": "${Ver}-${Build}"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/status-im/status-desktop/releases/download/$matchVer/StatusIm-Desktop-v$version-x86_64.7z ",
                "hash": {
                    "url": "$baseurl/StatusIm-Desktop-v$version.sha256",
                    "regex": "$sha256\\s+$fname"
                }
            }
        }
    }
}
