mirror of https://github.com/espruino/BangleApps
Create metadata.json
parent
cba65bc50e
commit
7edbb8709c
|
@ -0,0 +1,13 @@
|
||||||
|
{ "id": "macwatch",
|
||||||
|
"name": "MacWatch",
|
||||||
|
"shortName":"MacWatch",
|
||||||
|
"version":"0.01",
|
||||||
|
"description": "A simple watch using the classic Mac Chicago font",
|
||||||
|
"icon": "app.png",
|
||||||
|
"tags": "",
|
||||||
|
"supports" : ["BANGLEJS2"],
|
||||||
|
"readme": "README.md",
|
||||||
|
"storage": [
|
||||||
|
{"name":"macwatch.app.js","url":"app.js"},
|
||||||
|
{"name":"macwatch.img","url":"app-icon.js","evaluate":true}
|
||||||
|
]
|
Loading…
Reference in New Issue