{
    "version": "2.9.8",
    "homepage": "https://github.com/upscayl/upscayl",
    "description": "A Free and Open Source AI Image Upscaler.",
    "license": "AGPL-3.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/upscayl/upscayl/releases/download/v2.9.8/upscayl-2.9.8-win.exe#/dl.7z",
            "hash": "sha512:a160dd7e86b141a869edf8738f3bd182b712a0c138572a9fe5417f1de699249bb171d0923b301a388b435f6d8fbe39fcbc8dc91f0b3209f6b697d99351dda0c9"
        }
    },
    "extract_dir": "$PLUGINSDIR",
    "pre_install": "Expand-7zipArchive \"$dir\\app-64.7z\" \"$dir\" -Removal",
    "shortcuts": [
        [
            "Upscayl.exe",
            "Upscayl"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/upscayl/upscayl/releases/download/v$version/upscayl-$version-win.exe#/dl.7z"
            }
        },
        "hash": {
            "url": "$baseurl/latest.yml",
            "regex": "sha512:\\s$base64"
        }
    }
}
