BangleApps/apps/verticalface/metadata.json

18 lines
542 B
JSON
Raw Normal View History

{
"id": "verticalface",
"name": "Vertical watch face",
"shortName": "Vertical Face",
"version": "0.09",
"description": "A simple vertical watch face with the date. Heart rate monitor is toggled with BTN1",
"icon": "app.png",
"type": "clock",
"tags": "clock",
"supports": ["BANGLEJS"],
"allow_emulator": true,
"screenshots": [{"url":"bangle1-vertical-watch-face-screenshot.png"}],
"storage": [
{"name":"verticalface.app.js","url":"app.js"},
{"name":"verticalface.img","url":"app-icon.js","evaluate":true}
]
}