mirror of https://github.com/espruino/BangleApps
16 lines
438 B
JSON
16 lines
438 B
JSON
|
{
|
||
|
"id": "hidcam",
|
||
|
"name": "Camera shutter",
|
||
|
"shortName": "Cam shutter",
|
||
|
"version": "0.03",
|
||
|
"description": "Enable HID, connect to your phone, start your camera and trigger the shot on your Bangle",
|
||
|
"icon": "app.png",
|
||
|
"tags": "bluetooth,tool",
|
||
|
"supports": ["BANGLEJS"],
|
||
|
"readme": "README.md",
|
||
|
"storage": [
|
||
|
{"name":"hidcam.app.js","url":"app.js"},
|
||
|
{"name":"hidcam.img","url":"app-icon.js","evaluate":true}
|
||
|
]
|
||
|
}
|