antosdk-apps/SystemControl/package.json

21 lines
422 B
JSON
Raw Normal View History

2020-08-16 02:17:59 +02:00
{
2021-01-12 14:58:49 +01:00
"pkgname": "SystemMonitor",
"app":"SystemMonitor",
2021-01-12 15:39:07 +01:00
"name":"System monitoring",
2020-08-16 02:23:33 +02:00
"services": [
2021-01-12 14:58:49 +01:00
"SysmondService"
2020-08-16 02:23:33 +02:00
],
2021-01-12 14:58:49 +01:00
"description":"System monitoring",
2020-08-16 02:17:59 +02:00
"info":{
"author": "",
"email": ""
},
2021-01-12 14:58:49 +01:00
"dependencies": [
"Antunnel@0.1.8-a"
],
"version":"0.1.4-a",
2020-08-16 02:17:59 +02:00
"category":"Other",
"iconclass":"fa fa-android",
"mimes":["none"],
"locale": {}
}