{
    "version": "0.14.0",
    "description": "Desktop client for Nostr written in Rust",
    "homepage": "https://github.com/mikedilger/gossip",
    "license": "MIT",
    "url": [
        "https://github.com/mikedilger/gossip/releases/download/v0.14.0/gossip.0.14.0.msi",
        "https://raw.githubusercontent.com/mikedilger/gossip/master/packaging/windows/gossip.ico"
    ],
    "hash": [
        "fae7063d0e2741ec55cccc51753ed4c5f9be374665b25323cf6c31179c4f4736",
        "001ebbd87b1c89463349d29e55b718f367cf0d97bf3cb3d5017ebb058aa8d186"
    ],
    "extract_dir": "PFiles/Gossip/Gossip",
    "bin": "gossip.exe",
    "shortcuts": [
        [
            "gossip.exe",
            "Gossip",
            "",
            "gossip.ico"
        ]
    ],
    "checkver": {
        "github": "https://api.github.com/repos/mikedilger/gossip/releases/latest",
        "jsonpath": "$..browser_download_url",
        "regex": "download/v(?<tag>[\\d.]+)/gossip.([\\d.]+)\\.msi"
    },
    "autoupdate": {
        "url": "https://github.com/mikedilger/gossip/releases/download/v$matchTag/gossip.$version.msi",
        "hash": {
            "url": "$baseurl/SHA256sums.txt"
        }
    }
}
