BangleApps/apps/testuserinput/metadata.json

16 lines
518 B
JSON
Raw Normal View History

{
"id": "testuserinput",
"name": "Test User Input",
"shortName": "Test User Input",
"version": "0.08",
"description": "App to test the bangle.js input interface. It displays the user action in text, circle buttons or on/off switch UI elements.",
"icon": "app.png",
"tags": "input,interface,buttons,touch,UI",
"supports": ["BANGLEJS"],
"readme": "README.md",
"storage": [
{"name":"testuserinput.app.js","url":"app.js"},
{"name":"testuserinput.img","url":"app-icon.js","evaluate":true}
]
}