mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-12-26 12:18:21 +01:00
add service to meta file
This commit is contained in:
parent
c5b9064764
commit
264e396a89
@ -1,13 +1,16 @@
|
|||||||
{
|
{
|
||||||
"pkgname": "JarvisControl",
|
"pkgname": "JarvisControl",
|
||||||
"app":"JarvisControl",
|
"app":"JarvisControl",
|
||||||
"name":"JarvisControl",
|
"name":"Jarvis monitoring",
|
||||||
|
"services": [
|
||||||
|
"JarvisService"
|
||||||
|
],
|
||||||
"description":"JarvisControl",
|
"description":"JarvisControl",
|
||||||
"info":{
|
"info":{
|
||||||
"author": "",
|
"author": "",
|
||||||
"email": ""
|
"email": ""
|
||||||
},
|
},
|
||||||
"version":"0.0.1-a",
|
"version":"0.1.1-a",
|
||||||
"category":"Other",
|
"category":"Other",
|
||||||
"iconclass":"fa fa-android",
|
"iconclass":"fa fa-android",
|
||||||
"mimes":["none"],
|
"mimes":["none"],
|
||||||
|
Binary file not shown.
@ -1,13 +1,16 @@
|
|||||||
{
|
{
|
||||||
"pkgname": "JarvisControl",
|
"pkgname": "JarvisControl",
|
||||||
"app":"JarvisControl",
|
"app":"JarvisControl",
|
||||||
"name":"JarvisControl",
|
"name":"Jarvis monitoring",
|
||||||
|
"services": [
|
||||||
|
"JarvisService"
|
||||||
|
],
|
||||||
"description":"JarvisControl",
|
"description":"JarvisControl",
|
||||||
"info":{
|
"info":{
|
||||||
"author": "",
|
"author": "",
|
||||||
"email": ""
|
"email": ""
|
||||||
},
|
},
|
||||||
"version":"0.0.1-a",
|
"version":"0.1.1-a",
|
||||||
"category":"Other",
|
"category":"Other",
|
||||||
"iconclass":"fa fa-android",
|
"iconclass":"fa fa-android",
|
||||||
"mimes":["none"],
|
"mimes":["none"],
|
||||||
|
@ -82,11 +82,11 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pkgname": "JarvisControl",
|
"pkgname": "JarvisControl",
|
||||||
"name": "JarvisControl",
|
"name": "Jarvis monitoring",
|
||||||
"description": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/JarvisControl/README.md",
|
"description": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/JarvisControl/README.md",
|
||||||
"category": "Other",
|
"category": "Other",
|
||||||
"author": "",
|
"author": "",
|
||||||
"version": "0.0.1-a",
|
"version": "0.1.1-a",
|
||||||
"download": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/JarvisControl/build/release/JarvisControl.zip"
|
"download": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/JarvisControl/build/release/JarvisControl.zip"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user