{
    "version": "1.0",
    "description": "Animated sprite editor & pixel art tool",
    "homepage": "https://github.com/LibreSprite/LibreSprite",
    "license": "GPL-2.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/LibreSprite/LibreSprite/releases/download/v1.0/LibreSprite-Windows-x86_64.zip",
            "hash": "fcc7fe9f122e228b991299863b73539c5b7707137559d52dc9e91b104a96004b"
        },
        "32bit": {
            "url": "https://github.com/LibreSprite/LibreSprite/releases/download/v1.0/LibreSprite-Windows-x86_32.zip",
            "hash": "697b1e98f2567fcc2ff9542534ac9e05a6e1de879e526100c480ae08c8603c06"
        }
    },
    "bin": "libresprite.exe",
    "shortcuts": [
        [
            "libresprite.exe",
            "LibreSprite"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/LibreSprite/LibreSprite/releases/download/v$version/LibreSprite-Windows-x86_64.zip"
            },
            "32bit": {
                "url": "https://github.com/LibreSprite/LibreSprite/releases/download/v$version/LibreSprite-Windows-x86_32.zip"
            }
        }
    }
}
