adding the extra comma as mentioned on bangle js documentation

pull/324/head
paul 2020-04-17 19:00:45 +02:00
parent f750059648
commit 44533054f3
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// Create an entry in apps.json as follows:
},
{ "id": "hidcam",
"name": "HID camera shutter",
"shortName":"HID cam",
@ -11,3 +11,4 @@
{"name":"hidcam.img","url":"app-icon.js","evaluate":true}
],
}
]