forked from FOSS/BangleApps
15 lines
349 B
JSON
15 lines
349 B
JSON
|
{
|
||
|
"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}
|
||
|
]
|
||
|
}
|