{
    "version": "2.0",
    "description": "A cute running cat animation on your windows taskbar (based on CPU load)",
    "homepage": "https://github.com/Kyome22/RunCat_for_windows",
    "license": "Apache-2.0",
    "suggest": {
        ".NET Desktop Runtime": "extras/windowsdesktop-runtime-lts"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/Kyome22/RunCat_for_windows/releases/download/2.0/RunCat-x64.zip",
            "hash": "eac57dff96005068b5a150b261812ce8a8942d934ef2bd1022fecd8481cf7fb5"
        }
    },
    "shortcuts": [
        [
            "RunCat.exe",
            "RunCat"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/Kyome22/RunCat_for_windows/releases/download/$version/RunCat-x64.zip"
            }
        }
    }
}
