2022-04-19 12:22:53 +00:00
|
|
|
{
|
|
|
|
"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",
|
2022-04-19 12:22:53 +00:00
|
|
|
"icon": "icons8-winter-boots-48.png",
|
2022-04-19 14:10:51 +00:00
|
|
|
"screenshots": [{"url":"widstep-light.png"},{"url":"widstep-dark.png"}],
|
2022-04-19 12:22:53 +00:00
|
|
|
"type": "widget",
|
|
|
|
"tags": "widget,health",
|
|
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
|
|
|
"dependencies" : {"health":"app"},
|
2022-04-19 14:10:51 +00:00
|
|
|
"allow_emulator":false,
|
2022-04-19 12:22:53 +00:00
|
|
|
"storage": [
|
|
|
|
{"name":"widstep.wid.js","url":"widstep.wid.js"}
|
|
|
|
]
|
|
|
|
}
|