mirror of https://github.com/espruino/BangleApps
Create metadata.json
parent
147a5b8678
commit
7d68c3f62c
|
@ -0,0 +1,14 @@
|
|||
{ "id": "spaceclock",
|
||||
"name": "Space Clock (Casio Style)",
|
||||
"shortName":"Space Clock",
|
||||
"version":"0.01",
|
||||
"description": "Watch face in the style of Casio Prototype Space Resist",
|
||||
"icon": "app.png",
|
||||
"tags": "",
|
||||
"supports" : ["BANGLEJS2"],
|
||||
"readme": "README.md",
|
||||
"storage": [
|
||||
{"name":"spaceclock.app.js","url":"app.js"},
|
||||
{"name":"spaceclock.img","url":"app-icon.js","evaluate":true}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue