{
    "version": "0.15.0",
    "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.15.0/KopiaUI-0.15.0-win.zip",
            "hash": "28f2d0ac7312ce11f3dc8eb304d9997ab108a9d0626cbbf7f40d52dd28546765"
        }
    },
    "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"
                }
            }
        }
    }
}
