forked from FOSS/BangleApps
15 lines
442 B
JSON
15 lines
442 B
JSON
|
{ "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"],
|
||
|
"screenshots": [{"url":"screenshot.png"}],
|
||
|
"readme": "README.md",
|
||
|
"storage": [
|
||
|
{"name":"thering.app.js","url":"app.js"},
|
||
|
{"name":"thering.img","url":"app-icon.js","evaluate":true}
|
||
|
],
|
||
|
}
|