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} + ] +}