-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathapps-p8.json
More file actions
324 lines (324 loc) · 9.62 KB
/
Copy pathapps-p8.json
File metadata and controls
324 lines (324 loc) · 9.62 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
[
{ "id": "boot",
"name": "Bootloader",
"tags": "tool,system",
"type":"bootloader",
"icon": "bootloader.png",
"version":"0.04",
"description": "This loads the P8 App execution environment - boot, lcd, touch & accel",
"storage": [
{"name":".boot0","url":"boot0.js"},
{"name":"lcd.js","url":"lcd.js"},
{"name":"touch.js","url":"toucher.js"},
{"name":"accel.js","url":"accel.js"},
{"name":"prompt.js","url":"prompt.js"},
{"name":"menu.js","url":"menu.js"},
{"name":"widgets.js","url":"widgets.js"}
],
"sortorder" : -10
},
{ "id": "launch",
"name": "Launcher (Default)",
"shortName":"Launcher",
"icon": "launch.png",
"version":"0.03",
"description": "Added display of widgets.",
"tags": "tool,system,launcher",
"type":"launch",
"storage": [
{"name":"launch.js","url":"launch.js"}
],
"sortorder" : -10
},
{ "id": "setting",
"name": "Setting",
"icon": "setting.png",
"version":"0.03",
"description": "A menu for aadjusting P8 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": "clock",
"name": "Clock",
"icon": "clock.png",
"version":"0.03",
"description": "Clock with multiple faces - Big, Analogue, Digital, Text.\n Switch between faces by swipe left/right",
"tags": "clock",
"type":"clock",
"allow_emulator":false,
"storage": [
{"name":"clock.app.js","url":"clock.app.js"},
{"name":"nclock.app.js","url":"nclock.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":"clock.img","url":"clock-icon.js","evaluate":true }
]
},
{ "id": "life",
"name": "Life",
"icon": "life.png",
"version":"0.06",
"description": "Conway's Game of Life cellular automata",
"tags": "game",
"allow_emulator":true,
"storage": [
{"name":"life.app.js","url":"life.min.js"},
{"name":"life.img","url":"life-icon.js","evaluate":true }
]
},
{ "id": "file",
"name": "Files",
"icon": "file.png",
"version":"0.03",
"description": "App and File Manager",
"tags": "tool",
"allow_emulator":false,
"storage": [
{"name":"file.app.js","url":"file.app.js"},
{"name":"file.img","url":"file-icon.js","evaluate":true }
]
},
{ "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.min.js"},
{"name":"calc.img","url":"calc-icon.js","evaluate":true }
]
},
{ "id": "calendar",
"name": "Dates",
"icon": "calendar.png",
"version":"0.02",
"description": "Calendar",
"tags": "tool",
"allow_emulator":false,
"storage": [
{"name":"calendar.app.js","url":"calendar.app.js"},
{"name":"calendar.img","url":"calendar-icon.js","evaluate":true }
]
},
{ "id": "widbat",
"name": "Battery Level Widget",
"icon": "widget.png",
"version":"0.05",
"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": "widram",
"name": "RAM Widget",
"shortName":"RAM Widget",
"icon": "widget.png",
"version":"0.01",
"description": "Display available RAM percentage in a widget",
"tags": "widget",
"type": "widget",
"storage": [
{"name":"widram.wid.js","url":"widget.js"}
]
},
{ "id": "widancs",
"name": "Apple Notification Widget",
"shortName":"ANCS Widget",
"icon": "widget.png",
"version":"0.07",
"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.min.js"},
{"name":"widancs.settings.js","url":"settings.js"}
]
},
{ "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": "animclk",
"name": "Anim",
"shortName":"Anim",
"icon": "app.png",
"version":"0.02",
"description": "An animated clock face using Mark Ferrari's amazing 8 bit game art and palette cycling",
"tags": "clock,animated",
"type": "clock",
"storage": [
{"name":"animclk.app.js","url":"app.js"},
{"name":"animclk.pixels1","url":"animclk.pixels1"},
{"name":"animclk.pixels2","url":"animclk.pixels2"},
{"name":"animclk.pal","url":"animclk.pal"},
{"name":"animclk.img","url":"app-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": "clotris",
"name": "Tetris",
"icon": "clock-tris.png",
"version":"0.04",
"description": "A fully functional clone of a classic game of falling blocks",
"tags": "game",
"allow_emulator":true,
"storage": [
{"name":"clotris.app.js","url":"clock-tris.js"},
{"name":"clotris.img","url":"clock-tris-icon.js","evaluate":true},
{"name":".trishig","url":"clock-tris-high"}
],
"sortorder" : 5
},
{
"id": "gallifr",
"name": "Time Traveller's Chronometer",
"shortName": "Chrono",
"icon": "gallifr.png",
"version": "0.01",
"description": "A clock for time travellers. The light pie segment shows the minutes, the black circle, the hour. The dial itself reads 'time' just in case you forget.",
"tags": "clock",
"readme": "README.md",
"type": "clock",
"allow_emulator":true,
"storage": [
{ "name": "gallifr.app.js", "url": "app.js" },
{ "name": "gallifr.img", "url": "app-icon.js", "evaluate": true },
{ "name": "gallifr.settings.js", "url": "settings.js" }
],
"data": [
{"name":"gallifr.json"}
]
},
{ "id": "heart",
"name": "Heart",
"icon": "heartrate.png",
"version":"0.06",
"description": "Measure your current heart rate",
"readme": "README.md",
"tags": "health",
"storage": [
{"name":"heart.app.js","url":"heart.min.js"},
{"name":"heart.img","url":"heartrate-icon.js","evaluate":true}
]
},
{ "id": "alarm",
"name": "Default Alarm",
"shortName":"Alarms",
"icon": "app.png",
"version":"0.10",
"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": "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":"widget.js"}
]
},
{ "id": "widclkbttm",
"name": "Digital clock p8 widget",
"shortName":"Digital clock Widget",
"icon": "widclkbttm.png",
"version":"0.02",
"description": "Displays time in the bottom area.",
"readme": "README.md",
"tags": "widget",
"type": "widget",
"storage": [
{"name":"widclkbttm.wid.js","url":"widclkbttm.wid.js"}
]
},
{ "id": "widtextbottom",
"name": "Text at Bottom Widget area",
"shortName":"Text at Bottom Widget",
"icon": "widtextbottom.png",
"version":"0.02",
"description": "Prints a text in the widget areas.",
"readme": "README.md",
"tags": "widget",
"type": "widget",
"storage": [
{"name":"widtextbottom.wid.js","url":"widtextbottom.wid.js"}
]
},
{ "id": "widtexttop",
"name": "Text at Top Widget area",
"shortName":"Text at Top Widget",
"icon": "widtexttop.png",
"version":"0.01",
"description": "Prints a text in the widget areas.",
"readme": "README.md",
"tags": "widget",
"type": "widget",
"storage": [
{"name":"widtexttop.wid.js","url":"widtexttop.wid.js"}
]
}
]