mirror of https://github.com/espruino/BangleApps
Fix sanity-check errors
parent
e7477784e9
commit
453a4a0697
|
@ -1 +0,0 @@
|
|||
0.01: Initial version
|
|
@ -1,4 +1,5 @@
|
|||
{ "id": "timestamplog",
|
||||
{
|
||||
"id": "timestamplog",
|
||||
"name": "Timestamp log",
|
||||
"shortName":"Timestamp log",
|
||||
"icon": "app.png",
|
||||
|
@ -8,9 +9,10 @@
|
|||
"supports": ["BANGLEJS2"],
|
||||
"storage": [
|
||||
{"name": "timestamplog.app.js", "url": "app.js"},
|
||||
{"name": "timestamplog.img", "url": "app-icon.js", "evaluate":true}
|
||||
{"name": "timestamplog.img", "url": "app-icon.js", "evaluate": true}
|
||||
],
|
||||
"data": [
|
||||
{"name": "timestamplog.settings", "url": "timestamplog.settings"},
|
||||
{"name": "timestamplog.json", "url": "timestamplog.json"}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue