Extras/bucket/pixelorama.json
2026-07-29 16:47:16 +00:00

39 lines
1.4 KiB
JSON

{
"version": "1.2",
"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.2/Pixelorama-Windows-64bit.zip",
"hash": "1ddc65930ddd435612519e293d1927849d4d4c18928a856b5bd4f058fe2f4a72",
"extract_dir": "Pixelorama-Windows-64bit"
},
"32bit": {
"url": "https://github.com/Orama-Interactive/Pixelorama/releases/download/v1.2/Pixelorama-Windows-32bit.zip",
"hash": "36d7cb76afbc6cf5987d47d60581f9334e2f4015f463b6555af09e2723b4ec0c",
"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"
}
}
}
}