BangleApps/apps/barwatch/metadata.json

19 lines
508 B
JSON
Raw Permalink Normal View History

2022-11-07 19:04:41 +00:00
{
"id": "barwatch",
"name": "BarWatch",
"shortName":"BarWatch",
"version":"0.01",
"description": "A watch that displays the time using bars. One bar for each hour.",
"readme": "README.md",
2022-11-07 19:12:05 +00:00
"icon": "screenshot.png",
2022-11-07 19:04:41 +00:00
"tags": "clock",
"type": "clock",
"allow_emulator":true,
"screenshots" : [ { "url": "screenshot.png" } ],
"supports" : ["BANGLEJS2"],
"storage": [
{"name":"barwatch.app.js","url":"app.js"},
{"name":"barwatch.img","url":"app-icon.js","evaluate":true}
]
}