-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathapps.json
More file actions
410 lines (407 loc) · 14.4 KB
/
Copy pathapps.json
File metadata and controls
410 lines (407 loc) · 14.4 KB
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
[
{ "id": "boot",
"name": "boot",
"tags": "tool,system",
"type":"bootloader",
"icon": "bootloader.png",
"version":"0.01",
"supports": ["ROCK","P8","Magic3","BEBINCA79","SN80","G5","GW32"],
"description": "THIS MUST BE LOADED FIRST -TWICE. The first time it will fail with the error `...ReferenceError p is not defined`. It should load completely the second time",
"storage": [
{"name":".boot0","url":"boot0.js","supports": ["ROCK","P8","Magic3"]},
{"name":".boot0","url":"boot0-sn80.js","supports": ["SN80"]},
{"name":".boot0","url":"boot0-beb79.js","supports": ["BEBINCA79"]},
{"name":".boot0","url":"boot0-gw32.js","supports": ["GW32"]},
{"name":".boot0","url":"boot0-g5.js","supports": ["G5"]},
{"name":".bootcde","url":"bootloader.js"}
],
"sortorder" : -15
},
{ "id": "main",
"name": "Main",
"tags": "tool,system",
"type":"bootloader",
"icon": "bootloader.png",
"version":"0.05",
"supports": ["ROCK","ROCKBUF","P8","Magic3"],
"description": "This loads the Bangle App execution emulation environment, drivers etc",
"storage": [
{"name":"lcd.js","url":"lcd.js", "supports": ["P8","Magic3"]},
{"name":"lcd.js","url":"lcd.js", "supports": ["ROCK"]},
{"name":"lcd-p8.js","url":"lcd-p8.js"},
{"name":"main.js","url":"main.js"},
{"name":"accel.js","url":"accel.js"},
{"name":"accel_step.js","url":"accel_step.js"},
{"name":"cst816s.js","url":"cst816s.js"},
{"name":"cst716.js","url":"cst716.js"},
{"name":"cst716-p8.js","url":"cst716-p8.js"},
{"name":"setui.js","url":"setui.min.js"},
{"name":"menu.js","url":"menu.min.js"},
{"name":"prompt.js","url":"prompt.min.js"},
{"name":"locale","url":"locale.js"},
{"name":"widgets.js","url":"widgets.js"},
{"name":"gps.js","url":"gps.js"}
],
"sortorder" : -10
},
{ "id": "main-sn80",
"name": "Main SN80",
"tags": "tool,system",
"type":"bootloader",
"icon": "bootloader.png",
"version":"0.04",
"supports": ["SN80"],
"description": "This loads the Bangle App execution emulation environment, drivers etc",
"storage": [
{"name":"lcd-sn80.js","url":"lcd-sn80.js"},
{"name":"main-sn80.js","url":"main-sn80.js"},
{"name":"accel.js","url":"accel.js"},
{"name":"accel_step.js","url":"accel_step.js"},
{"name":"cst716-sn80.js","url":"cst716-sn80.js"},
{"name":"setui-sn80.js","url":"setui-sn80.js"},
{"name":"menu-sn80.js","url":"menu-sn80.js"},
{"name":"prompt-sn80.js","url":"prompt-sn80.js"},
{"name":"locale","url":"locale.js"},
{"name":"widgets-sn80.js","url":"widgets-sn80.js"},
{"name":"gps.js","url":"gps.js"}
],
"sortorder" : -10
},
{ "id": "main-beb79",
"name": "Main Bebinca-79",
"tags": "tool,system",
"type":"bootloader",
"icon": "bootloader.png",
"version":"0.04",
"supports": ["BEBINCA79"],
"description": "This loads the Bangle App execution emulation environment, drivers etc",
"storage": [
{"name":"lcd-beb79.js","url":"lcd-beb79.js"},
{"name":"main-beb79.js","url":"main-beb79.js"},
{"name":"accel_bma421.js","url":"accel_bma421.js"},
{"name":"config_bma421.js","url":"config_bma421.js"},
{"name":"cst816s.js","url":"cst816s.js"},
{"name":"setui-beb79.js","url":"setui-beb79.js"},
{"name":"menu-beb79.js","url":"menu-beb79.js"},
{"name":"prompt-beb79.js","url":"prompt-beb79.js"},
{"name":"locale","url":"locale.js"},
{"name":"widgets-beb79.js","url":"widgets-beb79.js"},
{"name":"gps.js","url":"gps.js"}
],
"sortorder" : -10
},
{ "id": "main-gw32",
"name": "Main GW32",
"tags": "tool,system",
"type":"bootloader",
"icon": "bootloader.png",
"version":"0.05",
"supports": ["GW32"],
"description": "This loads the Bangle App execution emulation environment, drivers etc",
"storage": [
{"name":"lcd-gw32.js","url":"lcd-gw32.js"},
{"name":"main-gw32.js","url":"main-gw32.js"},
{"name":"it7259.js","url":"it7259.js"},
{"name":"accel-gw32.js","url":"accel-gw32.js"},
{"name":"accel_step_gw32.js","url":"accel_step_gw32.js"},
{"name":"setui-gw32.js","url":"setui-gw32.js"},
{"name":"menu-gw32.js","url":"menu-gw32.js"},
{"name":"prompt-gw32.js","url":"prompt-gw32.js"},
{"name":"locale","url":"locale.js"},
{"name":"widgets-gw32.js","url":"widgets-gw32.js"},
{"name":"gps.js","url":"gps.js"}
],
"sortorder" : -10
},
{ "id": "main-g5",
"name": "Main G5",
"tags": "tool,system",
"type":"bootloader",
"icon": "bootloader.png",
"version":"0.04",
"supports": ["G5"],
"description": "This loads the Bangle App execution emulation environment, drivers etc",
"storage": [
{"name":"lcd-g5buff.js","url":"lcd-g5buff.js"},
{"name":"main-g5.js","url":"main-g5.js"},
{"name":"accel-g5.js","url":"accel-g5.js"},
{"name":"cst816s-g5.js","url":"cst816s-g5.js"},
{"name":"setui-g5.js","url":"setui-g5.js"},
{"name":"menu-g5.js","url":"menu-g5.js"},
{"name":"prompt-g5.js","url":"prompt-g5.js"},
{"name":"locale","url":"locale.js"},
{"name":"widgets-g5.js","url":"widgets-g5.js"},
{"name":"gps.js","url":"gps.js"}
],
"sortorder" : -10
},
{ "id": "launch",
"name": "Launcher (Default)",
"shortName":"Launcher",
"icon": "launch.png",
"version":"0.03",
"supports": ["ROCK","P8","Magic3","BEBINCA79","SN80","G5"],
"description": "Added display of widgets.",
"tags": "tool,system,launcher",
"type":"launch",
"storage": [
{"name":"launch.js","url":"launch.js","supports": ["ROCK","P8","Magic3"]},
{"name":"launch-sn80.js","url":"launch-sn80.js","supports": ["SN80"]},
{"name":"launch-beb79.js","url":"launch-beb79.js","supports": ["BEBINCA79"]},
{"name":"launch-gw32.js","url":"launch-gw32.js","supports": ["GW32"]},
{"name":"launch-g5.js","url":"launch-g5.js","supports": ["G5"]}
],
"sortorder" : -10
},
{
"id": "files",
"name": "App Manager",
"version": "0.07",
"description": "Show currently installed apps, free space, and allow their deletion from the watch",
"icon": "files.png",
"tags": "tool,system,files",
"storage": [
{"name":"files.app.js","url":"files.js"},
{"name":"files.img","url":"files-icon.js","evaluate":true}
]
},
{
"id": "multiclock",
"name": "Multi Clock",
"version": "0.08",
"description": "Clock with multiple faces. Switch between faces with BTN1 & BTN3 or swipe left-right. For best display set theme Background 2 to cyan or some other bright colour in settings.",
"icon": "multiclock.png",
"type": "clock",
"tags": "clock",
"supports": ["BANGLEJS","BANGLEJS2","ROCK"],
"readme": "README.md",
"allow_emulator": true,
"storage": [
{"name":"multiclock.app.js","url":"multiclock.app.js"},
{"name":"big.face.js","url":"big.face.js"},
{"name":"ana.face.js","url":"ana.face.js"},
{"name":"digi.face.js","url":"digi.face.js"},
{"name":"txt.face.js","url":"txt.face.js"},
{"name":"dk.face.js","url":"dk.face.js"},
{"name":"nifty.face.js","url":"nifty.face.js"},
{"name":"braun1.face.js","url":"braun1.face.js"},
{"name":"multiclock.img","url":"multiclock-icon.js","evaluate":true}
],
"sortorder" : -10
},
{
"id": "multiclock-sn80",
"name": "Multi Clock for SN80, BEBINCA79 and GW32",
"version": "0.09",
"description": "Clock with multiple faces. Switch between faces with swipe left-right. For best display set theme Background 2 to cyan or some other bright colour in settings.",
"icon": "multiclock.png",
"type": "clock",
"tags": "clock",
"supports": ["BANGLEJS","BANGLEJS2","ROCK"],
"readme": "README.md",
"allow_emulator": true,
"storage": [
{"name":"multiclock-sn80.app.js","url":"multiclock.app.js"},
{"name":"big.face.js","url":"big.face.js"},
{"name":"ana.face.js","url":"ana.face.js"},
{"name":"digi.face.js","url":"digi.face.js"},
{"name":"txt.face.js","url":"txt.face.js"},
{"name":"dk.face.js","url":"dk.face.js"},
{"name":"nifty.face.js","url":"nifty.face.js"},
{"name":"dot.face.js","url":"dot.face.js"},
{"name":"bold.face.js","url":"bold.face.js"},
{"name":"numdial.face.js","url":"numdial.face.js"},
{"name":"steps.face.js","url":"steps.face.js"},
{"name":"Roboto","url":"Roboto.js"},
{"name":"RobotoSmall","url":"RobotoSmall.js"},
{"name":"multiclock-sn80.img","url":"multiclock-icon.js","evaluate":true}
],
"sortorder" : -10
},
{
"id": "multiclock-g5",
"name": "Multi Clock for G5",
"version": "0.07",
"description": "Clock with multiple faces. Switch between faces with swipe left-right. For best display set theme Background 2 to cyan or some other bright colour in settings.",
"icon": "multiclock.png",
"type": "clock",
"tags": "clock",
"supports": ["G5"],
"readme": "README.md",
"allow_emulator": true,
"storage": [
{"name":"multiclock-g5.app.js","url":"multiclock-g5.app.js"},
{"name":"big.face.js","url":"big.face.js"},
{"name":"txt.face.js","url":"txt.face.js"},
{"name":"dk.face.js","url":"dk.face.js"},
{"name":"nifty.face.js","url":"nifty.face.js"},
{"name":"bold.face.js","url":"bold.face.js"},
{"name":"numdial.face.js","url":"numdial.face.js"},
{"name":"Roboto","url":"Roboto.js"},
{"name":"RobotoSmall","url":"RobotoSmall.js"},
{"name":"multiclock-g5.img","url":"multiclock-icon.js","evaluate":true}
],
"sortorder" : -10
},
{ "id": "alarm",
"name": "Default Alarm",
"shortName":"Alarms",
"icon": "app.png",
"version":"0.101",
"description": "Set and respond to alarms",
"tags": "tool,alarm,widget",
"storage": [
{"name":"alarm.app.js","url":"app.js"},
{"name":"alarm.boot.js","url":"boot.js"},
{"name":"alarm.js","url":"alarm.js"},
{"name":"alarm.img","url":"app-icon.js","evaluate":true},
{"name":"alarm.wid.js","url":"widget.js"}
],
"data": [
{"name":"alarm.json"}
]
},
{ "id": "widbat",
"name": "Battery Level Widget",
"icon": "widget.png",
"version":"0.06",
"description": "Show the current battery level and charging status in the top right of the clock",
"tags": "widget,battery",
"type":"widget",
"storage": [
{"name":"widbat.wid.js","url":"widget.js"}
]
},
{ "id": "widancs",
"name": "Apple Notification Widget",
"shortName":"ANCS Widget",
"icon": "widget.png",
"version":"0.08",
"description": "Displays calls and messages from a paired iPhone. Read README before installation as it only works with compatible apps",
"readme": "README.md",
"tags": "widget",
"type": "widget",
"storage": [
{"name":"widancs.wid.js","url":"ancs.js"},
{"name":"widancs.settings.js","url":"settings.js"}
]
},
{ "id": "setting",
"name": "Setting",
"icon": "setting.png",
"version":"0.04",
"description": "A menu for adjusting device settings",
"tags": "tool,system",
"storage": [
{"name":"setting.app.js","url":"setting.app.js"},
{"name":"bletime.js","url":"bletime.js"},
{"name":"setting.img","url":"setting-icon.js","evaluate":true }
],
"sortorder" : -2
},
{ "id": "widmp",
"name": "Moon Phase Widget",
"icon": "widget.png",
"version":"0.04",
"description": "Display the current moon phase in blueish for the northern hemisphere in eight phases",
"tags": "widget,tools",
"type":"widget",
"storage": [
{"name":"widmp.wid.js","url":"widget.js"}
]
},
{ "id": "calc",
"name": "Calc",
"icon": "calc.png",
"version":"0.01",
"description": "Simple Calculator",
"tags": "tool",
"allow_emulator":false,
"storage": [
{"name":"calc.app.js","url":"calc.js"},
{"name":"calc.img","url":"calc-icon.js","evaluate":true }
]
},
{ "id": "life",
"name": "Life",
"icon": "life.png",
"version":"0.07",
"supports": ["ROCK","P8","Magic3","BEBINCA79","SN80","G5"],
"description": "Conway's Game of Life cellular automata",
"tags": "game",
"allow_emulator":true,
"storage": [
{"name":"life.app.js","url":"life.app.js","supports": ["ROCK","P8","Magic3","BEBINCA79","SN80"]},
{"name":"life.app.js","url":"life-g5.app.js","supports": ["G5"]},
{"name":"life.img","url":"life-icon.js","evaluate":true }
]
},
{ "id": "blackjack",
"name": "21",
"shortName":"21",
"icon": "blackjack.png",
"version":"0.02",
"description": "Simple implementation of card game Black Jack",
"tags": "game",
"allow_emulator":false,
"storage": [
{"name":"blackjack.app.js","url":"blackjack.app.js"},
{"name":"hearts.js","url":"hearts.js"},
{"name":"spades.js","url":"spades.js"},
{"name":"clubs.js","url":"clubs.js"},
{"name":"diamonds.js","url":"diamonds.js"},
{"name":"blackjack.img","url":"blackjack-icon.js","evaluate":true}
],
"sortorder" : 10
},
{ "id": "pairs",
"name": "Pairs",
"shortName":"Pairs",
"icon": "pairs.png",
"version":"0.01",
"description": "Pairs matching card game",
"tags": "game",
"allow_emulator":false,
"storage": [
{"name":"pairs.app.js","url":"pairs.app.js"},
{"name":"pairs.img","url":"pairs_icon.js","evaluate":true}
],
"sortorder" : 10
},
{ "id": "heart",
"name": "Heart",
"icon": "heartrate.png",
"version":"0.06",
"description": "Measure your current heart rate - P8 ONLY!!",
"readme": "README.md",
"tags": "health",
"storage": [
{"name":"heart.app.js","url":"heart.min.js"},
{"name":"heart.img","url":"heartrate-icon.js","evaluate":true}
]
},
{ "id": "widviz",
"name": "Widget Visibility Widget",
"shortName":"Viz Widget",
"icon": "eye.png",
"version":"0.02",
"description": "Touch top left to hide top bar widgets, again to redisplay.",
"tags": "widget",
"type": "widget",
"storage": [
{"name":"widviz.wid.js","url":"widviz.wid.js"}
]
},
{ "id": "widstep",
"name": "Simple Step widget",
"shortName":"Step Widget",
"icon": "widget.png",
"version":"0.01",
"description": "Only updates step count when LCD turns on.",
"tags": "widget",
"type": "widget",
"storage": [
{"name":"widstep.wid.js","url":"widstep.wid.js"}
]
}
]