forked from espruino/BangleApps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
apps.json
531 lines (530 loc) · 17.3 KB
/
apps.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
[
{ "id": "boot",
"name": "Bootloader",
"icon": "bootloader.png",
"description": "This is needed by Bangle.js to automatically load the clock, menu, widgets and settings",
"tags": "tool,system",
"storage": [
{"name":".bootcde","url":"bootloader.js"}
],
"sortorder" : -10
},
{ "id": "mclock",
"name": "Morphing Clock",
"icon": "clock-morphing.png",
"description": "7 segment clock that morphs between minutes and hours",
"tags": "clock",
"type":"clock",
"storage": [
{"name":"+mclock","url":"clock-morphing.json"},
{"name":"-mclock","url":"clock-morphing.js"},
{"name":"*mclock","url":"clock-morphing-icon.js","evaluate":true}
],
"sortorder" : -9
},
{ "id": "setting",
"name": "Settings",
"icon": "settings.png",
"description": "A menu for setting up Bangle.js - by default this disables Bluetooth unless you enable 'BLE' AND 'Dev'",
"tags": "tool,system",
"storage": [
{"name":"+setting","url":"settings.json"},
{"name":"-setting","url":"settings.js"},
{"name":"=setting","url":"settings-init.js"},
{"name":"@setting","url":"settings-default.json","evaluate":true},
{"name":"*setting","url":"settings-icon.js","evaluate":true}
],
"sortorder" : -2
},
{ "id": "wclock",
"name": "Word Clock",
"icon": "clock-word.png",
"description": "Display Time as Text",
"tags": "clock",
"type":"clock",
"storage": [
{"name":"+wclock","url":"clock-word.json"},
{"name":"-wclock","url":"clock-word.js"},
{"name":"*wclock","url":"clock-word-icon.js","evaluate":true}
]
},
{ "id": "aclock",
"name": "Analog Clock",
"icon": "clock-analog.png",
"description": "An Analog Clock",
"tags": "clock",
"type":"clock",
"storage": [
{"name":"+aclock","url":"clock-analog.json"},
{"name":"-aclock","url":"clock-analog.js"},
{"name":"*aclock","url":"clock-analog-icon.js","evaluate":true}
]
},
{ "id": "trex",
"name": "T-Rex",
"icon": "trex.png",
"description": "T-Rex game in the style of Chrome's offline game",
"tags": "game",
"storage": [
{"name":"+trex","url":"trex.json"},
{"name":"-trex","url":"trex.js"},
{"name":"*trex","url":"trex-icon.js","evaluate":true}
]
},
{ "id": "astroid",
"name": "Asteroids!",
"icon": "asteroids.png",
"description": "Retro asteroids game",
"tags": "game",
"storage": [
{"name":"+astroid","url":"asteroids.json"},
{"name":"-astroid","url":"asteroids.js"},
{"name":"*astroid","url":"asteroids-icon.js","evaluate":true}
]
},
{ "id": "clickms",
"name": "Click Master",
"icon": "click-master.png",
"description": "Get several friends to start the game, then compete to see who can press BTN1 the most!",
"tags": "game",
"storage": [
{"name":"+clickms","url":"click-master.json"},
{"name":"-clickms","url":"click-master.js"},
{"name":"*clickms","url":"click-master-icon.js","evaluate":true}
]
},
{ "id": "horsey",
"name": "Horse Race!",
"icon": "horse-race.png",
"description": "Get several friends to start the game, then compete to see who can press BTN1 the most!",
"tags": "game",
"storage": [
{"name":"+horsey","url":"horse-race.json"},
{"name":"-horsey","url":"horse-race.js"},
{"name":"*horsey","url":"horse-race-icon.js","evaluate":true}
]
},
{ "id": "compass",
"name": "Compass",
"icon": "compass.png",
"description": "Simple compass that points North",
"tags": "tool,outdoors",
"storage": [
{"name":"+compass","url":"compass.json"},
{"name":"-compass","url":"compass.js"},
{"name":"*compass","url":"compass-icon.js","evaluate":true}
]
},
{ "id": "gpstime",
"name": "GPS Time",
"icon": "gpstime.png",
"description": "Update the Bangle.js's clock based on the time from the GPS receiver",
"tags": "tool",
"storage": [
{"name":"+gpstime","url":"gpstime.json"},
{"name":"-gpstime","url":"gpstime.js"},
{"name":"*gpstime","url":"gpstime-icon.js","evaluate":true}
]
},
{ "id": "openloc",
"name": "Open Location / Plus Codes",
"icon": "openlocation.png",
"description": "Convert your current GPS location to a series of characters",
"tags": "tool,outdoors",
"storage": [
{"name":"+openloc","url":"openlocation.json"},
{"name":"-openloc","url":"openlocation.js","evaluate":true}
]
},
{ "id": "speedo",
"name": "Speedo",
"icon": "speedo.png",
"description": "Show the current speed according to the GPS",
"tags": "tool,outdoors",
"storage": [
{"name":"+speedo","url":"speedo.json"},
{"name":"-speedo","url":"speedo.js"},
{"name":"*speedo","url":"speedo-icon.js","evaluate":true}
]
},
{ "id": "slevel",
"name": "Spirit Level",
"icon": "spiritlevel.png",
"description": "Show the current angle of the watch, so you can use it to make sure something is absolutely flat",
"tags": "tool",
"storage": [
{"name":"+slevel","url":"spiritlevel.json"},
{"name":"-slevel","url":"spiritlevel.js"},
{"name":"*slevel","url":"spiritlevel-icon.js","evaluate":true}
]
},
{ "id": "files",
"name": "App Manager",
"icon": "files.png",
"description": "Show currently installed apps, free space, and allow their deletion from the watch",
"tags": "tool,system",
"storage": [
{"name":"+files","url":"files.json"},
{"name":"-files","url":"files.js"},
{"name":"*files","url":"files-icon.js","evaluate":true}
]
},
{ "id": "sbat",
"name": "Battery Level Widget",
"icon": "widget-battery.png",
"description": "Show the current battery level and charging status in the top right of the clock",
"tags": "widget,battery",
"type":"widget",
"storage": [
{"name":"+sbat","url":"widget-battery.json"},
{"name":"=sbat","url":"widget-battery.js"}
]
},
{ "id": "sbt",
"name": "Bluetooth Widget",
"icon": "widget-bluetooth.png",
"description": "Show the current Bluetooth connection status in the top right of the clock",
"tags": "widget,bluetooth",
"type":"widget",
"storage": [
{"name":"+sbt","url":"widget-bluetooth.json"},
{"name":"=sbt","url":"widget-bluetooth.js"}
]
},
{ "id": "hrm",
"name": "Heart Rate Monitor",
"icon": "heartrate.png",
"description": "Measure your current heart rate",
"tags": "health",
"storage": [
{"name":"+hrm","url":"heartrate.json"},
{"name":"-hrm","url":"heartrate.js"},
{"name":"*hrm","url":"heartrate-icon.js","evaluate":true}
]
},
{ "id": "swatch",
"name": "Stopwatch",
"icon": "stopwatch.png",
"description": "Simple stopwatch with Lap Time recording",
"tags": "health",
"storage": [
{"name":"+swatch","url":"stopwatch.json"},
{"name":"-swatch","url":"stopwatch.js"},
{"name":"*swatch","url":"stopwatch-icon.js","evaluate":true}
]
},
{ "id": "hidmsic",
"name": "Bluetooth Music Controls",
"icon": "hid-music.png",
"description": "Enable HID in settings, pair with your phone, then use this app to control music from your watch!",
"tags": "bluetooth",
"storage": [
{"name":"+hidmsic","url":"hid-music.json"},
{"name":"-hidmsic","url":"hid-music.js"},
{"name":"*hidmsic","url":"hid-music-icon.js","evaluate":true}
]
},
{ "id": "hidkbd",
"name": "Bluetooth Keyboard",
"icon": "hid-keyboard.png",
"description": "Enable HID in settings, pair with your phone/PC, then use this app to control other apps",
"tags": "bluetooth",
"storage": [
{"name":"+hidkbd","url":"hid-keyboard.json"},
{"name":"-hidkbd","url":"hid-keyboard.min.js"},
{"name":"*hidkbd","url":"hid-keyboard-icon.js","evaluate":true}
]
},
{ "id": "hidbkbd",
"name": "Binary Bluetooth Keyboard",
"icon": "hid-binary-keyboard.png",
"description": "Enable HID in settings, pair with your phone/PC, then type messages using the onscreen keyboard by tapping repeatedly on the key you want",
"tags": "bluetooth",
"storage": [
{"name":"+hidbkbd","url":"hid-binary-keyboard.json"},
{"name":"-hidbkbd","url":"hid-binary-keyboard.js"},
{"name":"*hidbkbd","url":"hid-binary-keyboard-icon.js","evaluate":true}
]
},
{ "id": "animals",
"name": "Animals Game",
"icon": "animals.png",
"description": "Simple toddler's game - displays a different number of animals each time the screen is pressed",
"tags": "game",
"storage": [
{"name":"+animals","url":"animals.json"},
{"name":"-animals","url":"animals.js"},
{"name":"*animals","url":"animals-icon.js","evaluate":true},
{"name":"*snake","url":"animals-snake.js","evaluate":true},
{"name":"*duck","url":"animals-duck.js","evaluate":true},
{"name":"*swan","url":"animals-swan.js","evaluate":true},
{"name":"*fox","url":"animals-fox.js","evaluate":true},
{"name":"*camel","url":"animals-camel.js","evaluate":true},
{"name":"*pig","url":"animals-pig.js","evaluate":true},
{"name":"*sheep","url":"animals-sheep.js","evaluate":true},
{"name":"*mouse","url":"animals-mouse.js","evaluate":true}
],
"sortorder" : 1
},
{ "id": "qrcode",
"name": "Custom QR Code",
"icon": "qrcode.png",
"description": "Use this to upload a customised QR code to Bangle.js",
"tags": "",
"custom": "qrcode.html",
"storage": [
{"name":"-qrcode"},
{"name":"+qrcode"},
{"name":"=qrcode"}
]
},
{ "id": "beer",
"name": "Beer Compass",
"icon": "beercompass.png",
"description": "Uploads all the pubs in an area onto your watch, so it can always point you at the nearest one",
"tags": "",
"custom": "beercompass.html",
"storage": [
{"name":"-beer"},
{"name":"+beer"},
{"name":"=beer"}
]
},
{ "id": "route",
"name": "Route Viewer",
"icon": "route.png",
"description": "Upload a KML file of a route, and have your watch display a map with how far around it you are",
"tags": "",
"custom": "route.html",
"storage": [
{"name":"-route"},
{"name":"+route"},
{"name":"=route"}
]
},
{
"id": "start",
"name": "NCEU Startup",
"icon": "start.png",
"description": "NodeConfEU 2019 Startup Sequence",
"tags": "start",
"storage": [
{"name":"+start","url":"start.json"},
{"name":"-start","url":"start.js"},
{"name":"*start","url":"start-icon.js","evaluate":true},
{"name":"*bangle","url":"start-bangle.js","evaluate":true},
{"name":"*nceu","url":"start-nceu.js","evaluate":true},
{"name":"*nfr","url":"start-nfr.js","evaluate":true},
{"name":"*nodew","url":"start-nodew.js","evaluate":true},
{"name":"*tf","url":"start-tf.js","evaluate":true}
],
"sortorder" : -1
},
{ "id": "funrun5",
"name": "NCEU 5K Fun Run",
"icon": "nceu-funrun.png",
"description": "Display a map of the NodeConf EU 2019 5K Fun Run route and your location on it",
"tags": "health",
"storage": [
{"name":"+funrun5","url":"nceu-funrun.json"},
{"name":"-funrun5","url":"nceu-funrun.js"},
{"name":"*funrun5","url":"nceu-funrun-icon.js","evaluate":true}
],
"sortorder" : -1
},
{ "id": "nceuwid",
"name": "NCEU Logo Widget",
"icon": "nceu-widget.png",
"description": "Show the NodeConf EU logo in the top left",
"tags": "widget",
"type":"widget",
"storage": [
{"name":"+nceuwid","url":"nceu-widget.json"},
{"name":"=nceuwid","url":"nceu-widget.js"}
],
"sortorder" : -1
},
{ "id": "sclock",
"name": "Simple Clock",
"icon": "clock-simple.png",
"description": "Simple Digital Clock",
"tags": "sclock",
"type":"clock",
"storage": [
{"name":"+sclock","url":"clock-simple.json"},
{"name":"-sclock","url":"clock-simple.js"},
{"name":"*sclock","url":"clock-simple-icon.js","evaluate":true}
]
},
{ "id": "gesture",
"name": "Gesture Test",
"icon": "gesture.png",
"description": "BETA! Uploads a basic Tensorflow Gesture model, and then outputs each gesture as a message",
"tags": "gesture,ai",
"type":"app",
"storage": [
{"name":"+gesture","url":"gesture.json"},
{"name":"-gesture","url":"gesture.js"},
{"name":".tfnames","url":"gesture-tfnames.js","evaluate":true},
{"name":".tfmodel","url":"gesture-tfmodel.js","evaluate":true},
{"name":"*gesture","url":"gesture-icon.js","evaluate":true}
]
},
{ "id": "pparrot",
"name": "Party Parrot",
"icon": "party-parrot.png",
"description": "Party with a parrot on your wrist",
"tags": "party,parrot,lol",
"type":"app",
"storage": [
{"name":"+pparrot","url":"party-parrot.json"},
{"name":"-pparrot","url":"party-parrot.js"},
{"name":"*pparrot","url":"party-parrot-icon.js","evaluate":true}
]
},
{ "id": "hrings",
"name": "Hypno Rings",
"icon": "hypno-rings.png",
"description": "Experiment with trippy rings, press buttons for change",
"tags": "rings,hypnosis,psychadelic",
"type":"app",
"storage": [
{"name":"+hrings","url":"hypno-rings.json"},
{"name":"-hrings","url":"hypno-rings.js"},
{"name":"*hrings","url":"hypno-rings-icon.js","evaluate":true}
]
},
{ "id": "morse",
"name": "Morse Code",
"icon": "morse-code.png",
"description": "Learn morse code by hearing/seeing/feeling the code. Tap to toggle buzz!",
"tags": "morse,sound,visual,input",
"type":"app",
"storage": [
{"name":"+morse","url":"morse-code.json"},
{"name":"-morse","url":"morse-code.js"},
{"name":"*morse","url":"morse-code-icon.js","evaluate":true}
]
},
{
"id": "blescan",
"name": "BLE Scanner",
"icon": "blescan.png",
"description": "Scan for advertising BLE devices",
"tags" : "bluetooth",
"storage" : [
{"name":"+blescan","url":"blescan.json"},
{"name":"-blescan","url":"blescan.js"},
{"name":"*blescan","url":"blescan-icon.js", "evaluate":true}
]
},
{ "id": "mmonday",
"name": "Manic Monday Tone",
"icon": "manic-monday-icon.png",
"description": "The Bangles make a comeback",
"tags": "sound",
"storage": [
{"name":"+mmonday","url":"manic-monday.json"},
{"name":"-mmonday","url":"manic-monday.js"},
{"name":"*mmonday","url":"manic-monday-icon.js","evaluate":true}
]
},
{ "id": "jbells",
"name": "Jingle Bells",
"icon": "jbells.png",
"description": "Play Jingle Bells",
"tags": "sound",
"type":"app",
"storage": [
{"name":"+jbells","url":"jbells.json"},
{"name":"-jbells","url":"jbells.js"},
{"name":"*jbells","url":"jbells-icon.js","evaluate":true}
]
},
{ "id": "scolor",
"name": "Show Color",
"icon": "show-color.png",
"description": "Display all available Colors and Names",
"tags": "tool",
"type":"app",
"storage": [
{"name":"+scolor","url":"show-color.json"},
{"name":"-scolor","url":"show-color.js"},
{"name":"*scolor","url":"show-color-icon.js","evaluate":true}
]
},
{ "id": "miclock",
"name": "Mixed Clock",
"icon": "clock-mixed.png",
"description": "A mix of analog and digital Clock",
"tags": "clock",
"type":"clock",
"storage": [
{"name":"+miclock","url":"clock-mixed.json"},
{"name":"-miclock","url":"clock-mixed.js"},
{"name":"*miclock","url":"clock-mixed-icon.js","evaluate":true}
]
},
{ "id": "bclock",
"name": "Binary Clock",
"icon": "clock-binary.png",
"description": "A simple binary clock watch face",
"tags": "clock",
"type":"clock",
"storage": [
{"name":"+bclock","url":"clock-binary.json"},
{"name":"-bclock","url":"clock-binary.js"},
{"name":"*bclock","url":"clock-binary-icon.js","evaluate":true}
]
},
{ "id": "clotris",
"name": "Clock-Tris",
"icon": "clock-tris.png",
"description": "A fully functional clone of a classic game of falling blocks",
"tags": "game",
"storage": [
{"name":"+clotris","url":"clock-tris.json"},
{"name":"-clotris","url":"clock-tris.js"},
{"name":"*clotris","url":"clock-tris-icon.js","evaluate":true},
{"name":".trishig","url":"clock-tris-high"}
]
},
{
"id": "gpsinfo",
"name": "GPS Info",
"icon": "gps-info.png",
"description": "An application that displays information about altitude, lat/lon, satellites and time",
"tags": "gps",
"type": "app",
"storage": [
{"name": "+gpsinfo","url": "gps-info.json"},
{"name": "-gpsinfo","url": "gps-info.js"},
{"name": "*gpsinfo","url": "gps-info-icon.js","evaluate": true}
]
},
{
"id": "promodo",
"name":"Promodoro",
"icon":"promodoro.png",
"description": "A simple promodoro timer.",
"tags": "promodoro,cooking,tools",
"type": "app",
"storage": [
{"name": "+promodo","url": "promodoro.json"},
{"name": "-promodo","url": "promodoro.js"},
{"name": "*promodo","url": "promodoro-icon.js","evaluate": true}
]
},
{ "id": "blobclk",
"name": "Large Digit Clock",
"icon": "clock-blob.png",
"description": "A clock with big digits",
"tags": "clock",
"type":"clock",
"storage": [
{"name":"+blobclk","url":"clock-blob.json"},
{"name":"-blobclk","url":"clock-blob.js"},
{"name":"*blobclk","url":"clock-blob-icon.js","evaluate":true}
]
}
]