BangleApps/apps/tictactoe/metadata.json

17 lines
405 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": [
2023-01-01 02:30:06 +00:00
{"name":"tictactoe.app.js","url":"app.js"},
{"name":"tictactoe.img","url":"app-icon.js","evaluate":true}
2023-01-01 04:20:13 +00:00
],
2023-01-01 04:13:11 +00:00
"screenshots" : [
{ "url":"tttscreenshot.png" },
{ "url":"tttscreenshot2.png" }
]
2023-01-01 02:23:55 +00:00
}