2022-01-06 11:47:26 +00:00
|
|
|
{
|
|
|
|
"id": "testuserinput",
|
|
|
|
"name": "Test User Input",
|
|
|
|
"shortName": "Test User Input",
|
2024-03-04 21:32:06 +00:00
|
|
|
"version": "0.07",
|
2022-01-06 11:47:26 +00:00
|
|
|
"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}
|
|
|
|
]
|
|
|
|
}
|