Update apps.json

pull/790/head
Ronin0000 2021-08-22 13:58:11 -07:00 committed by GitHub
parent 7669df9dcc
commit eebb7d65fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -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}
]
}
]