{
    "version": "0.22.3",
    "description": "Fast and secure open source backup.",
    "homepage": "https://kopia.io/",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/kopia/kopia/releases/download/v0.22.3/KopiaUI-0.22.3-win.zip",
            "hash": "c126b64791eda867071266a9df6fcd444ca2e1cd4284025de1ad14b314654cde"
        }
    },
    "bin": "resources\\server\\kopia.exe",
    "shortcuts": [
        [
            "KopiaUI.exe",
            "KopiaUI"
        ]
    ],
    "checkver": {
        "github": "https://github.com/kopia/kopia"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/kopia/kopia/releases/download/v$version/KopiaUI-$version-win.zip",
                "hash": {
                    "url": "$baseurl/checksums.txt",
                    "regex": "$sha256\\s+$basename"
                }
            }
        }
    }
}
