mirror of https://github.com/espruino/BangleApps
19 lines
593 B
JSON
19 lines
593 B
JSON
{ "id": "ac_ac",
|
|
"name": "A Configurable Analog Clock",
|
|
"shortName":"Configurable Clock",
|
|
"version":"1.00",
|
|
"description": "AC-AC, a highly customizable analog clock with several clock faces, hands and complications to choose from",
|
|
"icon": "app-icon.png",
|
|
"type": "clock",
|
|
"tags": "clock",
|
|
"supports" : ["BANGLEJS2"],
|
|
"allow_emulator": false,
|
|
"screenshots": [{"url":"app-screenshot.png"}],
|
|
"readme": "README.md",
|
|
"custom": "Customizer.html",
|
|
"storage": [
|
|
{"name":"ac_ac.app.js","url":"app.js"},
|
|
{"name":"ac_ac.img","url":"app-icon.js","evaluate":true}
|
|
]
|
|
}
|