From d8db65b3e76d36c83f24ba21513b0a9e8938fe90 Mon Sep 17 00:00:00 2001 From: only-meeps <151784194+only-meeps@users.noreply.github.com> Date: Sat, 6 Jul 2024 13:46:19 -0700 Subject: [PATCH] Create metadata.json --- apps/8ball/metadata.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 apps/8ball/metadata.json diff --git a/apps/8ball/metadata.json b/apps/8ball/metadata.json new file mode 100644 index 000000000..9cbe91389 --- /dev/null +++ b/apps/8ball/metadata.json @@ -0,0 +1,15 @@ +{ "id": "8ball", + "name": "Magic 8 ball", + "shortName":"8ball", + "icon": "8ball.png", + "version":"0.01", + "description": "It tells your future! + + Ask the 8ball a question by clicking start and then clicking the screen! Then it will answer you question with a yes or no answer (hint : only ask it yes or no questions, its a little dumb).", + "tags": "Games", + "supports": ["BANGLEJS2"], + "storage": [ + {"name":"8ball.app.js","url":"app.js"}, + {"name":"8ball.img","url":"app-icon.js","evaluate":true} + ] +}