mirror of https://github.com/espruino/BangleApps
Update metadata.json
parent
7250f80d58
commit
a8a08bebc2
|
@ -3,12 +3,14 @@
|
||||||
"name": "Step counter widget",
|
"name": "Step counter widget",
|
||||||
"version": "0.01",
|
"version": "0.01",
|
||||||
"description": "Step counter widget, narrow but clearly readable",
|
"description": "Step counter widget, narrow but clearly readable",
|
||||||
|
"readme": "README.md",
|
||||||
"icon": "icons8-winter-boots-48.png",
|
"icon": "icons8-winter-boots-48.png",
|
||||||
|
"screenshots": [{"url":"widstep-light.png"},{"url":"widstep-dark.png"}],
|
||||||
"type": "widget",
|
"type": "widget",
|
||||||
"tags": "widget,health",
|
"tags": "widget,health",
|
||||||
"supports": ["BANGLEJS","BANGLEJS2"],
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
||||||
"dependencies" : {"health":"app"},
|
"dependencies" : {"health":"app"},
|
||||||
"allow_emulator":true,
|
"allow_emulator":false,
|
||||||
"storage": [
|
"storage": [
|
||||||
{"name":"widstep.wid.js","url":"widstep.wid.js"}
|
{"name":"widstep.wid.js","url":"widstep.wid.js"}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue