mirror of https://github.com/espruino/BangleApps
Update apps.json
parent
b7a0672344
commit
6fda7a5f33
14
apps.json
14
apps.json
|
@ -4307,5 +4307,19 @@
|
|||
{"name":"binwatch.app.js","url":"app.js"},
|
||||
{"name":"binwatch.img","url":"app-icon.js","evaluate":true}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "hidmsicswipe",
|
||||
"name": "Bluetooth Music Swipe Controls",
|
||||
"shortName": "Music Control",
|
||||
"version": "0.01",
|
||||
"description": "Based on the original Bluetooth Music Controls. Swipe up/down for volume, left/right for previous and next, tap for play/pause and btn1 to lock and unlock the controls. Enable HID in settings, pair with your phone, then use this app to control music from your watch!",
|
||||
"icon": "hidmsicswipe.png",
|
||||
"tags": "bluetooth",
|
||||
"supports": ["BANGLEJS2"],
|
||||
"storage": [
|
||||
{"name":"hidmsicswipe.app.js","url":"hidmsicswipe.js"},
|
||||
{"name":"hidmsicswipe.img","url":"hidmsicswipe-icon.js","evaluate":true}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue