Update apps.json
parent
44f12b7e1d
commit
67f362d2a5
15
apps.json
15
apps.json
|
|
@ -5062,5 +5062,20 @@
|
||||||
{"name":"ltherm.app.js","url":"app.js"},
|
{"name":"ltherm.app.js","url":"app.js"},
|
||||||
{"name":"ltherm.img","url":"icon.js","evaluate":true}
|
{"name":"ltherm.img","url":"icon.js","evaluate":true}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{ "id": "andark",
|
||||||
|
"name": "Analog Dark",
|
||||||
|
"shortName":"AnDark",
|
||||||
|
"version":"0.01",
|
||||||
|
"description": "analog clock face without disturbing widgets",
|
||||||
|
"icon": "andark_icon.png",
|
||||||
|
"type": "clock",
|
||||||
|
"tags": "clock",
|
||||||
|
"supports" : ["BANGLEJS2"],
|
||||||
|
"readme": "README.md",
|
||||||
|
"storage": [
|
||||||
|
{"name":"anrark.app.js","url":"app.js"},
|
||||||
|
{"name":"andark.img","url":"app_icon.js ","evaluate":true}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue