BangleApps/apps/widstep/metadata.json

18 lines
540 B
JSON
Raw Normal View History

{
"id": "widstep",
"name": "Step counter widget",
"version": "0.01",
"description": "Step counter widget, narrow but clearly readable",
2022-04-19 14:10:51 +00:00
"readme": "README.md",
"icon": "icons8-winter-boots-48.png",
2022-04-19 14:10:51 +00:00
"screenshots": [{"url":"widstep-light.png"},{"url":"widstep-dark.png"}],
"type": "widget",
"tags": "widget,health",
"supports": ["BANGLEJS","BANGLEJS2"],
"dependencies" : {"health":"app"},
2022-04-19 14:10:51 +00:00
"allow_emulator":false,
"storage": [
{"name":"widstep.wid.js","url":"widstep.wid.js"}
]
}