mirror of https://github.com/espruino/BangleApps
move json info to the good place
parent
44533054f3
commit
15535b0f19
12
apps.json
12
apps.json
|
@ -1293,5 +1293,17 @@
|
|||
"evaluate": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{ "id": "hidcam",
|
||||
"name": "HID camera shutter",
|
||||
"shortName":"HID cam",
|
||||
"icon": "app.png",
|
||||
"version":"0.01",
|
||||
"description": "Enable HID, connect to your phone, start your camera and trigger the shot on your Bangle",
|
||||
"tags": "tools",
|
||||
"storage": [
|
||||
{"name":"hidcam.app.js","url":"hidcam.app.js"},
|
||||
{"name":"hidcam.img","url":"app-icon.js","evaluate":true}
|
||||
],
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
},
|
||||
{ "id": "hidcam",
|
||||
"name": "HID camera shutter",
|
||||
"shortName":"HID cam",
|
||||
"icon": "app.png",
|
||||
"version":"0.01",
|
||||
"description": "Enable HID, connect to your phone, start your camera and trigger the shot on your Bangle",
|
||||
"tags": "tools",
|
||||
"storage": [
|
||||
{"name":"hidcam.app.js","url":"hidcam.app.js"},
|
||||
{"name":"hidcam.img","url":"app-icon.js","evaluate":true}
|
||||
],
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue