Update apps.json

add testuserInput app
master
dapgo 2021-02-08 15:38:08 +01:00 committed by GitHub
parent 42870ad30d
commit e9c25a2a6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -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}
]
}
]