1
0
Fork 0
BangleApps/apps/balltastic/metadata.json

15 lines
349 B
JSON
Raw Normal View History

{
"id": "balltastic",
"name": "Balltastic",
"version": "0.02",
"description": "Simple but fun ball eats dots game.",
"icon": "app.png",
"type": "app",
"tags": "game,fun",
"supports": ["BANGLEJS"],
"storage": [
{"name":"balltastic.app.js","url":"app.js"},
{"name":"balltastic.img","url":"app-icon.js","evaluate":true}
]
}