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

16 lines
412 B
JSON

{
"id": "counter",
"name": "Counter",
"version": "0.04",
"description": "Simple counter",
"icon": "counter_icon.png",
"tags": "tool",
"supports": ["BANGLEJS", "BANGLEJS2"],
"screenshots": [{"url":"bangle1-counter-screenshot.png"}],
"allow_emulator": true,
"storage": [
{"name":"counter.app.js","url":"counter.js"},
{"name":"counter.img","url":"counter-icon.js","evaluate":true}
]
}