forked from FOSS/BangleApps
13 lines
301 B
JSON
13 lines
301 B
JSON
|
{ "id": "tictactoe",
|
||
|
"name": "TicTacToe",
|
||
|
"shortName":"TicTacToe",
|
||
|
"icon": "app.png",
|
||
|
"version":"0.01",
|
||
|
"description": "Tic Tac Toe for two players!",
|
||
|
"tags": "",
|
||
|
"storage": [
|
||
|
{"name":"timer.app.js","url":"app.js"},
|
||
|
{"name":"timer.img","url":"app-icon.js","evaluate":true}
|
||
|
]
|
||
|
}
|