mirror of https://github.com/espruino/BangleApps
Create metadata.json
parent
fd367c06dc
commit
cfbc148a86
|
@ -0,0 +1,14 @@
|
|||
{ "id": "bblobface",
|
||||
"name": "Bangle Blobs Clock",
|
||||
"shortName":"BBClock",
|
||||
"icon": "app.png",
|
||||
"version": "1.00",
|
||||
"description": "A fully featured watch face with a playable game on the side.",
|
||||
"type": "clock",
|
||||
"tags": "",
|
||||
"supports" : ["BANGLEJS2"],
|
||||
"storage": [
|
||||
{"name":"bblobface.app.js","url":"app.js"},
|
||||
{"name":"bblobface.img","url":"app-icon.js","evaluate":true}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue