mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-07 22:18:29 +01:00
16 lines
409 B
JSON
16 lines
409 B
JSON
|
{
|
||
|
"pkgname": "ImageEditor",
|
||
|
"app":"ImageEditor",
|
||
|
"name":"Image editor",
|
||
|
"description":"AntOS wrapper of the tui.image-editor",
|
||
|
"info":{
|
||
|
"author": "Xuan Sang LE",
|
||
|
"email": "mrsang@iohub.dev"
|
||
|
},
|
||
|
"version":"0.1.0-a",
|
||
|
"category":"Graphics",
|
||
|
"iconclass":"fa fa-camera-retro",
|
||
|
"mimes":["image/.*"],
|
||
|
"dependencies":["libfabric@4.4.0-r"],
|
||
|
"locale": {}
|
||
|
}
|