diff --git a/apps/balltastic/metadata.json b/apps/balltastic/metadata.json index 851797edc..09e265829 100644 --- a/apps/balltastic/metadata.json +++ b/apps/balltastic/metadata.json @@ -1,12 +1,13 @@ { "id": "balltastic", "name": "Balltastic", - "version": "0.02", + "version": "0.03", "description": "Simple but fun ball eats dots game.", "icon": "app.png", + "screenshots": [{"url":"bangle2-balltastic-screenshot.png"}], "type": "app", "tags": "game,fun", - "supports": ["BANGLEJS"], + "supports": ["BANGLEJS","BANGLEJS2"], "storage": [ {"name":"balltastic.app.js","url":"app.js"}, {"name":"balltastic.img","url":"app-icon.js","evaluate":true}