{
    "version": "0.11.3",
    "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/v0.11.3/Pixelorama.Windows-64bit.zip",
            "hash": "ac0f27df7ad14d8aa19ad7608b4d6506d189391e7ced2081a9d06ff61e3e1a67",
            "extract_dir": "windows-64bit"
        },
        "32bit": {
            "url": "https://github.com/Orama-Interactive/Pixelorama/releases/download/v0.11.3/Pixelorama.Windows-32bit.zip",
            "hash": "080828364fb1c731ef28913d3461e0f709710779955189eb11cd77b9685e3a37",
            "extract_dir": "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"
            }
        }
    }
}
