Update apps.json

pull/187/head
ArPhil 2020-04-02 20:05:02 +02:00 committed by GitHub
parent 05a14ed2a2
commit 3ae9750152
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

@ -973,5 +973,18 @@
"storage": [
{"name":"widhwt.wid.js","url":"widget.js"}
]
},
{
"id": "balltastic",
"name": "Balltastic",
"icon": "app.png",
"version": "0.01",
"description": "Simple but fun ball eats dots game.",
"tags": "game,fun",
"type": "app",
"storage": [
{"name":"balltastic.app.js","url":"app.js"},
{"name":"balltastic.img","url":"app-icon.js","evaluate":true}
]
}
]