BangleApps/apps/widhid/metadata.json

17 lines
699 B
JSON
Raw Permalink Normal View History

2023-05-08 12:04:30 +00:00
{
"id": "widhid",
"name": "Bluetooth Music Swipe Control Widget",
"shortName": "BLE Swipe Widget",
2023-05-16 22:19:12 +00:00
"version": "0.03",
2023-05-08 12:04:30 +00:00
"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",
2023-05-08 21:18:05 +00:00
"readme": "README.md",
2023-05-08 21:31:13 +00:00
"type": "widget",
"tags": "widget,bluetooth,music",
2023-05-08 12:04:30 +00:00
"supports": ["BANGLEJS2"],
"storage": [
{"name":"widhid.wid.js","url":"wid.js"},
{"name":"widhid.img","url":"icon.js","evaluate":true}
]
}