mirror of https://github.com/espruino/BangleApps
Create metadata.json
parent
1b9dbd58af
commit
4723f2cb96
|
@ -0,0 +1,13 @@
|
|||
{ "id": "dentigrossi",
|
||||
"name": "My app monitors the teeth brush",
|
||||
"shortName":"Short Name",
|
||||
"version":"0.01",
|
||||
"description": "A detailed description of my great app",
|
||||
"icon": "brush-teeth.png",
|
||||
"tags": "",
|
||||
"supports" : ["BANGLEJS1"],
|
||||
"storage": [
|
||||
{"name":"denti.app.js","url":"app.js"},
|
||||
{"name":"brush-teeth.img","url":"app-icon.js","evaluate":true}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue