mirror of https://github.com/espruino/BangleApps
27 lines
765 B
JSON
27 lines
765 B
JSON
{
|
|
"id": "boxclk",
|
|
"name": "Box Clock",
|
|
"version": "0.05",
|
|
"description": "A customizable clock with configurable text boxes that can be positioned to show your favorite background",
|
|
"icon": "app.png",
|
|
"screenshots": [
|
|
{"url":"screenshot.png"},
|
|
{"url":"screenshot-1.png"},
|
|
{"url":"screenshot-2.png"}
|
|
],
|
|
"type": "clock",
|
|
"tags": "clock",
|
|
"supports": ["BANGLEJS2"],
|
|
"readme": "README.md",
|
|
"allow_emulator": true,
|
|
"storage": [
|
|
{"name":"boxclk.app.js","url":"app.js"},
|
|
{"name":"boxclk.settings.js","url":"settings.js"},
|
|
{"name":"boxclk.img","url":"icon.js","evaluate":true},
|
|
{"name":"boxclk.beachhouse.img","url":"beachhouse.js","evaluate":true}
|
|
],
|
|
"data": [
|
|
{"name":"boxclk.json","url":"boxclk.json"}
|
|
]
|
|
}
|