forked from FOSS/BangleApps
Update apps.json
parent
0e33217d9a
commit
386e921cca
12
apps.json
12
apps.json
|
@ -1852,5 +1852,17 @@
|
|||
{"name":"sleepphasealarm.app.js","url":"app.js"},
|
||||
{"name":"sleepphasealarm.img","url":"app-icon.js","evaluate":true}
|
||||
]
|
||||
},
|
||||
{ "id": "life",
|
||||
"name": "Game of Life",
|
||||
"icon": "life.png",
|
||||
"version":"0.02",
|
||||
"description": "Conway's Game of Life - 16x16 board",
|
||||
"tags": "game",
|
||||
"allow_emulator":true,
|
||||
"storage": [
|
||||
{"name":"life.app.js","url":"life.min.js"},
|
||||
{"name":"life.img","url":"life-icon.js","evaluate":true}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue