BangleApps/apps/balltastic/metadata.json

16 lines
425 B
JSON
Raw Normal View History

{
"id": "balltastic",
"name": "Balltastic",
"version": "0.04",
"description": "Simple but fun ball eats dots game.",
"icon": "app.png",
2022-01-22 13:17:41 +00:00
"screenshots": [{"url":"bangle2-balltastic-screenshot.png"}],
"type": "app",
"tags": "game,fun",
2022-01-22 13:17:41 +00:00
"supports": ["BANGLEJS","BANGLEJS2"],
"storage": [
{"name":"balltastic.app.js","url":"app.js"},
{"name":"balltastic.img","url":"app-icon.js","evaluate":true}
]
}