mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
27c4d832bf
At the moment only themes are supported and some functionality is not available yet (disabling an extension, uninstalling it, etc.)
21 lines
531 B
JSON
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": "." }
|
|
]
|
|
}
|
|
}
|