BangleApps/apps/thering/metadata.json

15 lines
480 B
JSON
Raw Permalink Normal View History

{ "id": "thering",
"name": "The Ring",
2024-03-04 21:32:06 +00:00
"version": "0.03",
2022-02-21 22:02:49 +00:00
"description": "A proof of concept clock with large ring guage for steps using pre-set images, acts as a tutorial piece for discussion",
"icon": "app.png",
"tags": "clock",
"supports" : ["BANGLEJS2"],
2022-02-21 22:02:49 +00:00
"screenshots": [{"url":"screenshot_thering3.jpg"}],
"readme": "README.md",
"storage": [
{"name":"thering.app.js","url":"app.js"},
{"name":"thering.img","url":"app-icon.js","evaluate":true}
2022-02-21 21:21:25 +00:00
]
}