mirror of https://github.com/espruino/BangleApps
17 lines
456 B
JSON
17 lines
456 B
JSON
|
{
|
||
|
"id": "lunaclock",
|
||
|
"name": "Luna Clock",
|
||
|
"version": "0.01",
|
||
|
"description": "Simple clock face inspired by the moon.",
|
||
|
"icon": "app.png",
|
||
|
"screenshots": [{"url":"screenshot.png"}],
|
||
|
"type": "clock",
|
||
|
"tags": "clock",
|
||
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
||
|
"readme": "README.md",
|
||
|
"allow_emulator": true,
|
||
|
"storage": [
|
||
|
{"name":"lunaclock.app.js","url":"app.js"},
|
||
|
{"name":"lunaclock.img","url":"app-icon.js","evaluate":true}
|
||
|
]
|
||
|
}
|