aseprite/data/extensions/pico8-palette/package.json
David Capello cf17ebac76 General update of palette extensions
* Better IDs for palettes
* Rename psygnork -> psygnosia
* Added ARQ16
2018-05-28 15:19:22 -03:00

17 lines
386 B
JSON

{
"name": "pico8-palettes",
"displayName": "PICO-8 Palette",
"description": "Palettes from PICO-8 created by Joseph White",
"version": "1.0",
"author": { "name": "Joseph White", "url": "http://www.pico-8.com/" },
"publisher": "aseprite",
"categories": [
"Palettes"
],
"contributes": {
"palettes": [
{ "id": "PICO-8", "path": "./pico-8.gpl" }
]
}
}