{
    "version": "4.0.0",
    "description": "A cross-platform image super-resolution tool.",
    "homepage": "https://github.com/EutropicAI/Final2x",
    "license": {
        "identifier": "BSD-3-Clause",
        "url": "https://github.com/EutropicAI/Final2x/blob/main/LICENSE"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/EutropicAI/Final2x/releases/download/v4.0.0/Final2x-windows-x64-unpacked.7z",
            "hash": "9b724efbd37611c2f7ead1278a0d450d4413b831851d0a1fe7d9f7017384571e"
        },
        "arm64": {
            "url": "https://github.com/EutropicAI/Final2x/releases/download/v4.0.0/Final2x-windows-arm64-unpacked.7z",
            "hash": "9c54011cd4ad5f2baca2ae952860b055e514b9e40923efc7971b7ffa66511366"
        }
    },
    "shortcuts": [
        [
            "Final2x.exe",
            "Final2x"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/EutropicAI/Final2x/releases/download/v$version/Final2x-windows-x64-unpacked.7z"
            },
            "arm64": {
                "url": "https://github.com/EutropicAI/Final2x/releases/download/v$version/Final2x-windows-arm64-unpacked.7z"
            }
        }
    }
}
