mirror of https://github.com/espruino/BangleApps
15 lines
648 B
JSON
15 lines
648 B
JSON
|
{
|
||
|
"id": "widhid",
|
||
|
"name": "Bluetooth Music Swipe Control Widget",
|
||
|
"shortName": "BLE Swipe Widget",
|
||
|
"version": "0.01",
|
||
|
"description": "Based on Swipe Bluetooth Music Controls (based on Bluetooth Music Controls). Swipe down to enable, then swipe up/down for volume, left/right for previous and next and tap for play/pause. Enable HID in settings, pair with your phone/computer, then use this widget to control music from your watch!",
|
||
|
"icon": "icon.png",
|
||
|
"tags": "widget,bluetooth",
|
||
|
"supports": ["BANGLEJS2"],
|
||
|
"storage": [
|
||
|
{"name":"widhid.wid.js","url":"wid.js"},
|
||
|
{"name":"widhid.img","url":"icon.js","evaluate":true}
|
||
|
]
|
||
|
}
|