{
    "version": "1.1.10",
    "description": "2D sprite editor designed for pixel art",
    "homepage": "https://orama-interactive.itch.io/pixelorama",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/Orama-Interactive/Pixelorama/releases/download/v1.1.10/Pixelorama-Windows-64bit.zip",
            "hash": "994b8a24e4970f5792577ede99845fb7b632c719095082bb094e692556e96f06",
            "extract_dir": "Pixelorama-Windows-64bit"
        },
        "32bit": {
            "url": "https://github.com/Orama-Interactive/Pixelorama/releases/download/v1.1.10/Pixelorama-Windows-32bit.zip",
            "hash": "7b4b28ec6b9797775384c69ad4a625785498392c7d216d6074cca8bfad166727",
            "extract_dir": "Pixelorama-Windows-32bit"
        }
    },
    "bin": "Pixelorama.exe",
    "shortcuts": [
        [
            "Pixelorama.exe",
            "Pixelorama"
        ]
    ],
    "checkver": {
        "github": "https://github.com/Orama-Interactive/Pixelorama"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/Orama-Interactive/Pixelorama/releases/download/v$version/Pixelorama-Windows-64bit.zip"
            },
            "32bit": {
                "url": "https://github.com/Orama-Interactive/Pixelorama/releases/download/v$version/Pixelorama-Windows-32bit.zip"
            }
        }
    }
}
