{
    "version": "0.31.0",
    "description": "PC video game save data backup tool",
    "homepage": "https://github.com/mtkennerly/ludusavi",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/mtkennerly/ludusavi/releases/download/v0.31.0/ludusavi-v0.31.0-win64.zip",
            "hash": "f47a8ad8c708f01d2eb124704973beffab205e292f5287a10fc4a101f8d68706"
        },
        "32bit": {
            "url": "https://github.com/mtkennerly/ludusavi/releases/download/v0.31.0/ludusavi-v0.31.0-win32.zip",
            "hash": "2f009245801ff1da0f7bb5d10253e1e4a2677b2a063cfdf3297775955622419c"
        }
    },
    "bin": "ludusavi.exe",
    "shortcuts": [
        [
            "ludusavi.exe",
            "Ludusavi"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/mtkennerly/ludusavi/releases/download/v$version/ludusavi-v$version-win64.zip"
            },
            "32bit": {
                "url": "https://github.com/mtkennerly/ludusavi/releases/download/v$version/ludusavi-v$version-win32.zip"
            }
        }
    }
}
