BangleApps/apps/tictactoe/metadata.json

18 lines
438 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!",
2023-01-01 04:28:36 +00:00
"tags": "game",
2023-01-01 02:23:55 +00:00
"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 04:23:53 +00:00
],
2023-01-01 04:25:03 +00:00
"supports": ["BANGLEJS2"]
2023-01-01 02:23:55 +00:00
}