BangleApps/apps/counter/metadata.json

16 lines
412 B
JSON
Raw Normal View History

{
"id": "counter",
"name": "Counter",
2024-09-16 21:42:14 +00:00
"version": "0.05",
"description": "Simple counter",
"icon": "counter_icon.png",
"tags": "tool",
2022-07-14 06:17:33 +00:00
"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}
]
}