mirror of https://github.com/espruino/BangleApps
16 lines
402 B
JSON
16 lines
402 B
JSON
{ "id": "andark",
|
|
"name": "Analog Dark",
|
|
"shortName":"AnDark",
|
|
"version":"0.04",
|
|
"description": "analog clock face without disturbing widgets",
|
|
"icon": "andark_icon.png",
|
|
"type": "clock",
|
|
"tags": "clock",
|
|
"supports" : ["BANGLEJS2"],
|
|
"readme": "README.md",
|
|
"storage": [
|
|
{"name":"andark.app.js","url":"app.js"},
|
|
{"name":"andark.img","url":"app_icon.js","evaluate":true}
|
|
]
|
|
}
|