mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-08 06:28:29 +01:00
15 lines
358 B
JSON
15 lines
358 B
JSON
{
|
|
"app":"GraphEditor",
|
|
"name":"Graph Editor",
|
|
"description":"Create graph with dot language or mermaid",
|
|
"info":{
|
|
"author": "Xuan Sang LE",
|
|
"email": "xsang.le@gmail.com",
|
|
"licences": "GPLv3"
|
|
},
|
|
"version":"0.0.9-a",
|
|
"category":"Graphics",
|
|
"iconclass": "fa fa-sitemap",
|
|
"mimes":["text/.*graphviz"]
|
|
}
|