mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-07 22:18:29 +01:00
15 lines
356 B
JSON
15 lines
356 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.4-a",
|
|
"category":"Office",
|
|
"iconclass": "fa fa-sitemap",
|
|
"mimes":["text/.*graphviz"]
|
|
}
|