2022-01-06 11:47:26 +00:00
|
|
|
{
|
|
|
|
"id": "hidcam",
|
|
|
|
"name": "Camera shutter",
|
|
|
|
"shortName": "Cam shutter",
|
2022-07-05 08:51:38 +00:00
|
|
|
"version": "0.04",
|
2022-01-06 11:47:26 +00:00
|
|
|
"description": "Enable HID, connect to your phone, start your camera and trigger the shot on your Bangle",
|
|
|
|
"icon": "app.png",
|
|
|
|
"tags": "bluetooth,tool",
|
2022-07-05 08:51:38 +00:00
|
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
2022-01-06 11:47:26 +00:00
|
|
|
"readme": "README.md",
|
|
|
|
"storage": [
|
|
|
|
{"name":"hidcam.app.js","url":"app.js"},
|
|
|
|
{"name":"hidcam.img","url":"app-icon.js","evaluate":true}
|
|
|
|
]
|
|
|
|
}
|