1
0
Fork 0
BangleApps/apps/thering/metadata.json

15 lines
451 B
JSON
Raw Normal View History

{ "id": "thering",
"name": "The Ring",
"version":"0.01",
"description": "A proof of concept ring guage clock using images, acts as a tutorial piece for discussion",
"icon": "app.png",
"tags": "clock",
"supports" : ["BANGLEJS2"],
2022-02-21 20:34:52 +00:00
"screenshots": [{"url":"screenshot_thering1.png"}],
"readme": "README.md",
"storage": [
{"name":"thering.app.js","url":"app.js"},
{"name":"thering.img","url":"app-icon.js","evaluate":true}
],
}