mirror of https://github.com/espruino/BangleApps
Update apps.json
parent
7669df9dcc
commit
eebb7d65fc
12
apps.json
12
apps.json
|
@ -3410,5 +3410,17 @@
|
|||
{"name":"thermomF.app.js","url":"app.js"},
|
||||
{"name":"thermomF.img","url":"app-icon.js","evaluate":true}
|
||||
]
|
||||
},
|
||||
{ "id": "carcrazy",
|
||||
"name": "Car Crazy",
|
||||
"shortName":"Car Crazy",
|
||||
"icon": "app.png",
|
||||
"version":"0.01",
|
||||
"description": "A simple car game where you try to aviod the other cars by tilting your wrist left and right. Hold down button 2 to start.",
|
||||
"tags": "game",
|
||||
"storage": [
|
||||
{"name":"carcrazy.app.js","url":"app.js"},
|
||||
{"name":"carcrazy.img","url":"app-icon.js","evaluate":true}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue