aseprite/data/extensions/aseprite-theme/package.json
David Capello 27c4d832bf First draft-implementation of extensions (#1403)
At the moment only themes are supported and some functionality is not
available yet (disabling an extension, uninstalling it, etc.)
2017-06-10 15:02:39 -03:00

21 lines
531 B
JSON

{
"name": "aseprite-theme",
"displayName": "Aseprite Default Theme",
"description": "Default Aseprite Pixel-Art Theme",
"version": "1.0",
"author": { "name": "David Capello", "email": "davidcapello@gmail.com", "url": "http://davidcapello.com/" },
"contributors": [
{ "name": "Ilija Melentijevic", "url": "http://ilkke.blogspot.com/" }
],
"publisher": "aseprite",
"license": "CC-BY-4.0",
"categories": [
"Themes"
],
"contributes": {
"themes": [
{ "id": "default", "path": "." }
]
}
}