BangleApps/apps/bblobface/metadata.json

15 lines
410 B
JSON
Raw Normal View History

2023-08-27 15:37:42 +00:00
{ "id": "bblobface",
"name": "Bangle Blobs Clock",
"shortName":"BBClock",
"icon": "app.png",
"version": "1.00",
"description": "A fully featured watch face with a playable game on the side.",
"type": "clock",
"tags": "clock, game",
2023-08-27 15:37:42 +00:00
"supports" : ["BANGLEJS2"],
"storage": [
{"name":"bblobface.app.js","url":"app.js"},
{"name":"bblobface.img","url":"app-icon.js","evaluate":true}
]
}