BangleApps/apps/hidcam/metadata.json

16 lines
450 B
JSON

{
"id": "hidcam",
"name": "Camera shutter",
"shortName": "Cam shutter",
"version": "0.04",
"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","BANGLEJS2"],
"readme": "README.md",
"storage": [
{"name":"hidcam.app.js","url":"app.js"},
{"name":"hidcam.img","url":"app-icon.js","evaluate":true}
]
}