update apps.json

master
Michael Bengfort 2020-06-27 00:05:07 +02:00
parent 900166f127
commit 5ff86f1957
1 changed files with 13 additions and 20 deletions

View File

@ -1515,24 +1515,17 @@
{"name": "ballmaze.json"}
]
},
{
"id": "counter",
"name": "Counter",
"icon": "counter_icon.png",
"version": "0.01",
"description": "Simple counter",
"tags": "tool",
"allow_emulator": true,
"storage": [
{
"name": "counter.app.js",
"url": "counter.js"
},
{
"name": "counter.img",
"url": "counter-icon.js",
"evaluate": true
},
]
},
{
"id": "counter",
"name": "Counter",
"icon": "counter_icon.png",
"version": "0.01",
"description": "Simple counter",
"tags": "tool",
"allow_emulator": true,
"storage": [
{"name": "counter.app.js", "url": "counter.js"},
{"name": "counter.img", "url": "counter-icon.js", "evaluate": true}
]
}
]