mirror of https://github.com/espruino/BangleApps
17 lines
521 B
JSON
17 lines
521 B
JSON
{
|
|
"id": "shadowclk",
|
|
"name": "Shadow Clock",
|
|
"version": "0.01",
|
|
"description": "A simple clock using the Londrina font with color and a shadowed outline. Based on the Anton Clock.",
|
|
"icon": "app.png",
|
|
"screenshots": [{"url":"screenshot.png"},{"url":"screenshot-1.png"}],
|
|
"type": "clock",
|
|
"tags": "clock",
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
|
"allow_emulator": true,
|
|
"storage": [
|
|
{"name":"shadowclk.app.js","url":"app.js"},
|
|
{"name":"shadowclk.img","url":"app-icon.js","evaluate":true}
|
|
]
|
|
}
|