diff --git a/apps.json b/apps.json index 5a19eabf1..c794567e0 100644 --- a/apps.json +++ b/apps.json @@ -2750,6 +2750,18 @@ {"name":"oblique.app.js","url":"app.js"}, {"name":"oblique.img","url":"app-icon.js","evaluate":true} ] +}, +{ "id": "testuserInput", + "name": "Test User Input", + "shortName":"Test User Input", + "icon": "app.png", + "version":"0.02", + "description": "Basic app to test the bangle.js input interface. It displays the result in text or a switch on/off image.", + "tags": "interface","buttons","touch" + "storage": [ + {"name":"test_userInput.app.js","url":"app.js"}, + {"name":"test_userInput.img","url":"app-icon.js","evaluate":true} + ] } ]