parent
42870ad30d
commit
e9c25a2a6f
12
apps.json
12
apps.json
|
|
@ -2750,6 +2750,18 @@
|
||||||
{"name":"oblique.app.js","url":"app.js"},
|
{"name":"oblique.app.js","url":"app.js"},
|
||||||
{"name":"oblique.img","url":"app-icon.js","evaluate":true}
|
{"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}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue