mirror of https://github.com/espruino/BangleApps
Create metadata.json
parent
a21898b716
commit
36eea36a53
|
@ -0,0 +1,12 @@
|
|||
{ "id": "pongclock",
|
||||
"name": "Pong Clock",
|
||||
"shortName":"Pong Clock",
|
||||
"icon": "pongclock.png",
|
||||
"version":"0.1",
|
||||
"description": "A clock playing Pong",
|
||||
"tags": "",
|
||||
"storage": [
|
||||
{"name":"pongclock.app.js","url":"app.js"},
|
||||
{"name":"pongclock.img","url":"pongclock-img.js","evaluate":true}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue