mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-08 06:28:29 +01:00
20 lines
470 B
JSON
20 lines
470 B
JSON
{
|
|
"app":"About",
|
|
"pkgname":"About",
|
|
"name":"About AntOS",
|
|
"description":"AntOS about",
|
|
"info":{
|
|
"author": "Xuan Sang LE",
|
|
"email": "xsang.le@gmail.com"
|
|
},
|
|
"version":"0.1.1-b",
|
|
"category":"Utility",
|
|
"iconclass":"fa fa-question-circle",
|
|
"mimes":["none"],
|
|
"locales": {
|
|
"fr_FR": {
|
|
"Unable to read: {0}": "Impossible de lire: {0}",
|
|
"About AntOS": "A propos d'AntOS"
|
|
}
|
|
}
|
|
} |