mirror of https://github.com/espruino/BangleApps
17 lines
547 B
JSON
17 lines
547 B
JSON
{ "id": "rings",
|
|
"name": "Rings - an animated watchface",
|
|
"shortName":"Rings",
|
|
"version":"0.01",
|
|
"description": "Ring based watchface that animates to show the date when unlocked. Inspired by / remixed from Rinkulainen.",
|
|
"icon": "app.png",
|
|
"screenshots": [{"url":"screenshot1.png"}, {"url":"screenshot2.png"}],
|
|
"type": "clock",
|
|
"tags": "clock",
|
|
"supports" : ["BANGLEJS2"],
|
|
"readme": "README.md",
|
|
"storage": [
|
|
{"name":"rings.app.js","url":"app.js"},
|
|
{"name":"rings.img","url":"app-icon.js","evaluate":true}
|
|
]
|
|
}
|