mirror of https://github.com/espruino/BangleApps
19 lines
687 B
JSON
19 lines
687 B
JSON
{
|
|
"id": "imageclock",
|
|
"name": "Imageclock",
|
|
"shortName": "imageclock",
|
|
"version": "0.04",
|
|
"type": "clock",
|
|
"description": "BETA!!! File formats still subject to change --- This app is a highly customizable watchface. To use it, you need to select a watchface. You can build the watchfaces yourself without programming anything. All you need to do is write some json and create image files.",
|
|
"icon": "app.png",
|
|
"tags": "clock",
|
|
"supports": ["BANGLEJS2"],
|
|
"custom": "custom.html",
|
|
"customConnect": false,
|
|
"readme": "README.md",
|
|
"storage": [
|
|
{"name":"imageclock.app.js","url":"app.js"},
|
|
{"name":"imageclock.img","url":"app-icon.js","evaluate":true}
|
|
]
|
|
}
|