2022-02-21 20:11:54 +00:00
|
|
|
{ "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"}],
|
2022-02-21 20:11:54 +00:00
|
|
|
"readme": "README.md",
|
|
|
|
"storage": [
|
|
|
|
{"name":"thering.app.js","url":"app.js"},
|
|
|
|
{"name":"thering.img","url":"app-icon.js","evaluate":true}
|
|
|
|
],
|
|
|
|
}
|