BangleApps/apps/bblobface/metadata.json

16 lines
434 B
JSON
Raw Permalink 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.",
2023-08-27 18:04:48 +00:00
"readme":"README.md",
2023-08-27 15:37:42 +00:00
"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}
]
}