mirror of https://github.com/espruino/BangleApps
fix typo in Time and Life shortName
parent
8518e7623f
commit
f2f2a271ec
|
@ -1,18 +1,26 @@
|
||||||
{
|
{
|
||||||
"id": "timeandlife",
|
"id": "timeandlife",
|
||||||
"name": "Time and Life",
|
"name": "Time and Life",
|
||||||
"shortName":"Time and Lfie",
|
"shortName": "Time and Life",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"version":"0.01",
|
"version": "0.01",
|
||||||
"description": "A simple watchface which displays the time when the screen is tapped and decay according to the rules of Conway's game of life.",
|
"description": "A simple watchface which displays the time when the screen is tapped and decay according to the rules of Conway's game of life.",
|
||||||
"type": "clock",
|
"type": "clock",
|
||||||
"tags": "clock",
|
"tags": "clock",
|
||||||
"supports": ["BANGLEJS2"],
|
"supports": [
|
||||||
"allow_emulator":true,
|
"BANGLEJS2"
|
||||||
|
],
|
||||||
|
"allow_emulator": true,
|
||||||
"readme": "README.md",
|
"readme": "README.md",
|
||||||
"storage": [
|
"storage": [
|
||||||
{"name":"timeandlife.app.js","url":"app.js"},
|
{
|
||||||
{"name":"timeandlife.img","url":"app-icon.js","evaluate":true}
|
"name": "timeandlife.app.js",
|
||||||
|
"url": "app.js"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "timeandlife.img",
|
||||||
|
"url": "app-icon.js",
|
||||||
|
"evaluate": true
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue