From 37ea895a7f845e2fbf8527caae6a6766a281230a Mon Sep 17 00:00:00 2001 From: MissionMake <121739184+MissionMake@users.noreply.github.com> Date: Sat, 31 Dec 2022 18:23:55 -0800 Subject: [PATCH] Create metadata.json --- apps/tictactoe/metadata.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 apps/tictactoe/metadata.json diff --git a/apps/tictactoe/metadata.json b/apps/tictactoe/metadata.json new file mode 100644 index 000000000..d43f5266d --- /dev/null +++ b/apps/tictactoe/metadata.json @@ -0,0 +1,12 @@ +{ "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} + ] +}