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",
|
"name": "Timestamp log",
|
||||||
"shortName":"Timestamp log",
|
"shortName":"Timestamp log",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
|
@ -8,9 +9,10 @@
|
||||||
"supports": ["BANGLEJS2"],
|
"supports": ["BANGLEJS2"],
|
||||||
"storage": [
|
"storage": [
|
||||||
{"name": "timestamplog.app.js", "url": "app.js"},
|
{"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": [
|
"data": [
|
||||||
{"name": "timestamplog.settings", "url": "timestamplog.settings"},
|
{"name": "timestamplog.settings", "url": "timestamplog.settings"},
|
||||||
{"name": "timestamplog.json", "url": "timestamplog.json"}
|
{"name": "timestamplog.json", "url": "timestamplog.json"}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue