1
0
Fork 0
BangleApps/apps/tictactoe/metadata.json

13 lines
301 B
JSON
Raw Normal View History

2023-01-01 02:23:55 +00:00
{ "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}
]
}