update apps.json
parent
900166f127
commit
5ff86f1957
33
apps.json
33
apps.json
|
|
@ -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}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue