forked from ReKindleOS/ReKindle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathicons.js
More file actions
673 lines (662 loc) · 39.1 KB
/
Copy pathicons.js
File metadata and controls
673 lines (662 loc) · 39.1 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
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
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
// ReKindle App Definitions & Icons
// Registry of all applications and their SVG icons.
const APPS = [
// --- ESSENTIALS ---
{
id: 'browser',
name: 'Browser',
cat: 'essentials',
icon: '<circle cx="16" cy="16" r="14"/><path d="M2 16 H30"/><path d="M16 3 C22 10 22 22 16 29"/><path d="M16 3 C10 10 10 22 16 29"/>'
},
{
id: 'calendar',
name: 'Calendar',
cat: 'essentials',
icon: '<rect x="4" y="8" width="24" height="22"/><rect x="4" y="8" width="24" height="6" fill="black" stroke="none"/><text x="16" y="26" font-size="14" text-anchor="middle" fill="black" stroke="none">25</text>'
},
{
id: 'contacts',
name: 'Contacts',
cat: 'essentials',
icon: '<rect x="4" y="6" width="24" height="20"/><line x1="8" y1="6" x2="8" y2="26"/><rect x="12" y="10" width="12" height="10" fill="none" stroke="black"/><circle cx="18" cy="14" r="2.5" fill="black"/><path d="M14 20 Q18 24 22 20" fill="black"/>'
},
{
id: 'mail',
name: 'Mail',
cat: 'essentials',
featured: true,
featuredOrder: 3,
plus: true,
desc: 'Now supporting all mail!',
icon: '<rect x="4" y="8" width="24" height="16" rx="2" stroke="black" stroke-width="2" fill="none"/><path d="M4 10 L16 18 L28 10" fill="none" stroke="black" stroke-width="2"/>'
},
{
id: 'newspaper',
name: 'News',
cat: 'essentials',
icon: '<rect x="4" y="4" width="24" height="24"/><line x1="8" y1="10" x2="24" y2="10"/><rect x="19" y="14" width="6" height="6" fill="black" stroke="none"/>'
},
{
id: 'stocks',
name: 'Stocks',
cat: 'essentials',
icon: '<rect x="4" y="4" width="24" height="24"/><polyline points="6 22 12 16 18 20 26 10"/>'
},
{
id: 'weather',
name: 'Weather',
cat: 'essentials',
icon: '<circle cx="16" cy="16" r="7" stroke-width="2"/><path d="M16 4v2M16 26v2M4 16h2M26 16h2M7.5 7.5l1.4 1.4M23 23l1.4 1.4M23 9l1.4-1.4M9 23l-1.4 1.4" stroke-width="2"/>'
},
{
id: 'scores',
name: 'Scores',
cat: 'essentials',
beta: true,
icon: '<path d="M8 8 H24 L21 18 H11 Z" fill="none" stroke="black" stroke-width="2"/><path d="M16 18 V24 M12 24 H20" stroke="black" stroke-width="2"/><path d="M8 10 C4 10 4 15 8 15" fill="none" stroke="black" stroke-width="2"/><path d="M24 10 C28 10 28 15 24 15" fill="none" stroke="black" stroke-width="2"/>'
},
// --- TOOLS ---
{
id: 'decide',
name: 'Decider',
cat: 'tools',
icon: '<circle cx="16" cy="18" r="12" fill="white" stroke="black" stroke-width="2"/><path d="M16 6 L16 30 M4 18 L28 18 M7.5 9.5 L24.5 26.5 M24.5 9.5 L7.5 26.5" stroke="black" stroke-width="1"/><path d="M16 2 L13 6 H19 Z" fill="black"/><circle cx="16" cy="18" r="3" fill="black"/>'
},
{
id: 'dropbox',
name: 'Dropbox',
cat: 'tools',
beta: true,
plus: true,
icon: '<g transform="translate(4, 4)"><path d="M6 1.807L0 5.629l6 3.822 6.001-3.822L6 1.807zM18 1.807l-6 3.822 6 3.822 6-3.822-6-3.822zM0 13.274l6 3.822 6.001-3.822L6 9.452l-6 3.822zM18 9.452l-6 3.822 6 3.822 6-3.822-6-3.822zM6 20.371l6.001 3.822 6-3.822-6-3.822L6 20.371z" fill="black"/></g>'
},
{
id: 'chat',
name: 'AI Assistant',
cat: 'tools',
plus: true,
icon: '<path d="M16 3 L19 11 L27 14 L19 17 L16 25 L13 17 L5 14 L13 11 Z M6 3 L8 7 L12 8 L8 9 L6 13 L4 9 L0 8 L4 7 Z" fill="black" stroke="none"/>'
},
{
id: 'maps',
name: 'Maps',
cat: 'tools',
icon: '<path d="M4 8 L10 4 L22 8 L28 4 V24 L22 28 L10 24 L4 28 Z"/><line x1="10" y1="4" x2="10" y2="24"/><line x1="22" y1="8" x2="22" y2="28"/>'
},
{
id: 'calculator',
name: 'Calculator',
cat: 'tools',
icon: '<rect x="6" y="4" width="20" height="24"/><rect x="10" y="8" width="12" height="6" fill="black" stroke="none"/>'
},
{
id: 'converter',
name: 'Converter',
cat: 'tools',
icon: '<path d="M6 12 H26 L22 8 M26 20 H6 L10 24" stroke-width="2" />'
},
{
id: 'countdown',
name: 'Countdown',
cat: 'tools',
icon: '<rect x="4" y="6" width="24" height="20"/><text x="16" y="24" font-size="10" text-anchor="middle" stroke="none" fill="black">00</text>'
},
/* {
id: 'einksites',
name: 'E-ink Sites',
cat: 'tools',
icon: '<rect x="5" y="5" width="22" height="22" rx="2" stroke="black" stroke-width="2" fill="none"/><line x1="9" y1="10" x2="23" y2="10" stroke="black" stroke-width="2"/><line x1="9" y1="16" x2="23" y2="16" stroke="black" stroke-width="2"/><line x1="9" y1="22" x2="17" y2="22" stroke="black" stroke-width="2"/>'
}, */
{
id: 'flashcards',
name: 'Flashcards',
cat: 'tools',
icon: '<rect x="6" y="8" width="20" height="14" fill="white" stroke="black" stroke-width="2"/><rect x="8" y="10" width="20" height="14" fill="white" stroke="black" stroke-width="2"/><text x="18" y="21" font-size="10" text-anchor="middle" stroke="none" fill="black">A</text>'
},
{
id: 'pomodoro',
name: 'Timers',
cat: 'tools',
icon: '<circle cx="16" cy="18" r="10" stroke-width="2" /> <path d="M16 18 V8 M16 8 L20 4 M16 8 L12 4" stroke-width="2"/>'
},
{
id: 'notes',
name: 'Notes',
cat: 'tools',
icon: '<path d="M6 4h16l6 6v18h-22z"/><polyline points="22 4 22 10 28 10"/>'
},
{
id: 'tasks',
name: 'Tasks',
cat: 'tools',
icon: '<rect x="6" y="4" width="20" height="24"/><polyline points="9 10 11 12 15 8" fill="none" stroke="black"/><line x1="18" y1="10" x2="22" y2="10"/><polyline points="9 18 11 20 15 16" fill="none" stroke="black"/><line x1="18" y1="18" x2="22" y2="18"/>'
},
{
id: 'teleprompter',
name: 'Teleprompter',
icon: '<path d="M16 20 L 12 30 H 20 Z M10 12 H 22 V 18 H 10 Z M8 4 H 24 V 12 H 8 Z M10 6 H 22 M10 9 H 22" />',
cat: 'tools',
desc: 'Display notes line-by-line for speeches or practice.'
},
{
id: 'quicktodo',
name: 'Quick ToDo',
es6: true,
cat: 'tools',
plus: true,
desc: 'Handwritten, sync-able todos!',
icon: '<rect x="6" y="4" width="20" height="24" fill="white" stroke="black" stroke-width="2"/><path d="M9 10l3 3 7-7" fill="none" stroke="black" stroke-width="2"/><line x1="9" y1="18" x2="23" y2="18" stroke="black" stroke-width="2"/><line x1="9" y1="24" x2="18" y2="24" stroke="black" stroke-width="2"/><path d="M28 8h2 M28 16h3 M27 24h3" stroke="black" stroke-width="2" stroke-linecap="round"/>'
},
/*{
id: 'quicknotes',
name: 'Quick Notes',
cat: 'tools',
plus: true,
desc: 'Handwritten notes',
icon: '<rect x="6" y="4" width="20" height="24" fill="white" stroke="black" stroke-width="2"/><path d="M10 10 H22 M10 16 H22 M10 22 H18" stroke="black" stroke-width="2" stroke-linecap="round"/><path d="M28 8h2 M28 16h3 M27 24h3" stroke="black" stroke-width="2" stroke-linecap="round"/>'
},*/
{
id: 'translate',
name: 'Translator',
cat: 'tools',
icon: '<rect x="4" y="6" width="14" height="12" fill="white"/><text x="11" y="15" font-size="10" text-anchor="middle" stroke="none" fill="black">A</text><rect x="14" y="14" width="14" height="12" fill="black"/><text x="21" y="23" font-size="10" text-anchor="middle" stroke="none" fill="white">文</text>'
},
{
id: 'clocks',
name: 'Clock',
cat: 'tools',
icon: '<circle cx="16" cy="16" r="14" stroke="black" stroke-width="2" fill="none"/><line x1="16" y1="16" x2="16" y2="6" stroke-width="2"/><line x1="16" y1="16" x2="23" y2="16" stroke-width="2"/>'
},
{
id: 'breathing',
name: 'Breathing',
cat: 'tools',
icon: '<circle cx="16" cy="16" r="12"/><circle cx="16" cy="16" r="5" fill="black"/>'
},
{
id: 'dictionary',
name: 'Dictionary',
cat: 'tools',
icon: '<rect x="6" y="4" width="20" height="24"/><text x="16" y="22" font-size="14" text-anchor="middle" stroke="none" fill="black" font-family="serif" font-weight="bold">Az</text>'
},
{
id: 'airtype',
name: 'AirType',
cat: 'tools',
plus: true,
desc: 'Phone-based typewriter',
icon: '<path d="M4 24 L 28 12 L 4 4 L 10 14 L 4 24 Z M 10 14 L 28 12" fill="white" stroke="black" stroke-width="2" stroke-linejoin="round"/>',
},
// --- LIFESTYLE ---
{
id: 'language',
name: 'Languages',
cat: 'lifestyle',
beta: true,
desc: 'Learn a language for free',
icon: '<path d="M4 6 h14 v12 h-4 l-4 4 v-4 h-6 z" fill="white" stroke="black" stroke-width="2"/><path d="M14 14 h14 v12 h-6 l-4 4 v-4 h-4 z" fill="black" stroke="white" stroke-width="2"/>'
},
{
id: 'neighbourhood',
name: 'Neighbourhood (Beta)',
cat: 'lifestyle',
featured: true,
featuredOrder: 6,
newBadge: true,
desc: 'Post & make connections',
icon: '<g transform="translate(0, 3)"><rect x="16" y="3" width="2" height="9" fill="black"/><path d="M12 3 L2 12 H5 V22 H19 V12 H22 L12 3 Z" fill="white" stroke="black" stroke-width="2"/><path d="M2 22 H22" stroke="black" stroke-width="2"/></g>'
},
{
id: 'topics',
name: 'Topics',
cat: 'lifestyle',
featured: true,
featuredOrder: 5,
newBadge: true,
desc: 'Discuss anything!',
icon: '<g transform="translate(0, 3)"><path d="M3 3 h18 a2 2 0 0 1 2 2 v6 a2 2 0 0 1 -2 2 h-6 l-3 3 l-3 -3 h-6 a2 2 0 0 1 -2 -2 v-6 a2 2 0 0 1 2 -2 z" fill="white" stroke="black" stroke-width="2"/><circle cx="5" cy="19" r="3" fill="none" stroke="black" stroke-width="2"/><path d="M2 24 q3 -4 6 0" fill="none" stroke="black" stroke-width="2"/><circle cx="19" cy="19" r="3" fill="none" stroke="black" stroke-width="2"/><path d="M16 24 q3 -4 6 0" fill="none" stroke="black" stroke-width="2"/><circle cx="12" cy="20" r="3" fill="white" stroke="black" stroke-width="2"/><path d="M9 25 q3 -4 6 0" fill="white" stroke="black" stroke-width="2"/></g>'
},
{
id: 'libby',
name: 'Libby',
cat: 'lifestyle',
beta: true,
desc: 'Library books',
icon: '<path d="M6 6 C6 6, 12 4, 16 6 C 20 4, 26 6, 26 6 V 26 C 26 26, 20 24, 16 26 C 12 24, 6 26, 6 26 Z M16 6 V 26" fill="none" stroke="black" stroke-width="2"/>'
},
{
id: 'kindlechat',
name: 'KindleChat',
cat: 'lifestyle',
featured: true,
featuredOrder: 4,
desc: 'Now with more pixels!',
icon: '<rect x="4" y="6" width="24" height="16" stroke="black" stroke-width="2" fill="none"/><path d="M8 22 L8 28 L14 22" stroke="black" stroke-width="2" fill="none"/>'
},
{
id: 'reader',
name: 'Reader',
cat: 'lifestyle',
desc: 'Free reading!',
icon: '<g transform="translate(0, 2)"><path d="M6 4 h18 v24 h-18 z M6 4 l-2 2 v24 l2 -2 M24 4 l2 2 v24 l-2 -2" fill="none" stroke="black" stroke-width="2"/><line x1="10" y1="10" x2="20" y2="10" stroke="black" stroke-width="2"/><line x1="10" y1="14" x2="20" y2="14" stroke="black" stroke-width="2"/><line x1="10" y1="18" x2="20" y2="18" stroke="black" stroke-width="2"/></g>'
},
{
id: 'interactive',
name: 'Interactive Reader',
cat: 'lifestyle',
beta: true,
desc: 'Choose Your Own Adventure',
icon: '<path d="M6 4 h18 v24 h-18 z" fill="none" stroke="black" stroke-width="2"/><line x1="6" y1="4" x2="4" y2="6"/><line x1="4" y1="6" x2="4" y2="28"/><line x1="4" y1="28" x2="6" y2="26"/><path d="M10 16 L21 16 M18 13 L21 16 L18 19" stroke="black" stroke-width="1.5" fill="none"/><path d="M10 16 Q13 16 18 8 M14 9 L18 8 L17 11" stroke="black" stroke-width="1.5" fill="none"/><path d="M10 16 Q13 16 18 24 M14 23 L18 24 L17 21" stroke="black" stroke-width="1.5" fill="none"/>'
},
{
id: 'epub',
name: 'ePub',
cat: 'lifestyle',
desc: 'Add books from a URL',
icon: '<path d="M6 4 h18 v24 h-18 z M6 4 l-2 2 v24 l2 -2 M24 4 l2 2 v24 l-2 -2" fill="none" stroke="black" stroke-width="2"/><path d="M15 12 v8 M11 16 h8" stroke="black" stroke-width="2" fill="none"/>'
},
{
id: 'standardebooks',
name: 'Standard eBooks',
cat: 'lifestyle',
beta: true,
desc: 'Free, high quality ebooks',
icon: '<rect x="8" y="4" width="18" height="24" rx="1" stroke="black" stroke-width="2" fill="none"/><line x1="12" y1="4" x2="12" y2="28" stroke="black" stroke-width="2"/><rect x="14" y="8" width="10" height="4" fill="black"/>'
},
{
id: 'cookbook',
name: 'Cookbook',
cat: 'lifestyle',
icon: '<path d="M9 14 C 4 14, 4 6, 10 6 C 10 2, 16 2, 18 4 C 24 4, 24 10, 22 14 L 22 20 L 9 20 Z"/>'
},
{
id: 'streak',
name: 'Habit Tracker',
cat: 'lifestyle',
icon: '<rect x="4" y="12" width="10" height="8"/><rect x="18" y="12" width="10" height="8"/><line x1="14" y1="16" x2="18" y2="16"/>'
},
{
id: 'history',
name: 'On This Day',
cat: 'lifestyle',
icon: '<path d="M6 6 Q16 2 26 6 V26 Q16 22 6 26 Z"/>'
},
{
id: 'books',
name: 'Reading List',
cat: 'lifestyle',
icon: '<rect x="6" y="4" width="20" height="24"/><line x1="6" y1="8" x2="26" y2="8"/><line x1="10" y1="12" x2="22" y2="12"/><line x1="10" y1="16" x2="22" y2="16"/><line x1="10" y1="20" x2="22" y2="20"/>'
},
{
id: 'reading',
name: 'Reading Log',
cat: 'lifestyle',
icon: '<rect x="6" y="4" width="20" height="24"/><line x1="10" y1="8" x2="22" y2="8"/><line x1="10" y1="12" x2="22" y2="12"/><line x1="10" y1="16" x2="18" y2="16"/><polyline points="17 23 21 25 23 19" fill="none" stroke="black" stroke-width="2" transform="rotate(10, 16, 20)"/>'
},
{
id: 'watchlist',
name: 'Watchlist',
cat: 'lifestyle',
icon: '<path d="M22 18 L28 14 V26 L22 22 Z" fill="black"/><rect x="4" y="12" width="18" height="14" rx="2" stroke="black" stroke-width="2" fill="none"/><circle cx="9" cy="8" r="4" stroke="black" stroke-width="2" fill="none"/><circle cx="17" cy="8" r="4" stroke="black" stroke-width="2" fill="none"/><circle cx="9" cy="8" r="1.5" fill="black"/><circle cx="17" cy="8" r="1.5" fill="black"/>'
},
{
id: 'reddit',
name: 'Reddit',
cat: 'lifestyle',
icon: '<circle cx="16" cy="16" r="14"/><ellipse cx="16" cy="18" rx="10" ry="7"/><circle cx="12" cy="17" r="2" fill="black"/><circle cx="20" cy="17" r="2" fill="black"/><path d="M16 11 L20 6"/>'
},
{
id: 'rssreader',
name: 'RSS Reader',
cat: 'lifestyle',
featured: true,
featuredOrder: 1,
desc: 'Stay in the know',
icon: '<circle cx="6" cy="26" r="3" fill="black"/><path d="M6 18 A 8 8 0 0 1 14 26 M6 10 A 16 16 0 0 1 22 26" fill="none" stroke="black" stroke-width="3" stroke-linecap="round"/>'
},
{
id: 'substack',
name: 'Substack',
cat: 'lifestyle',
plus: true,
featured: true,
filled: true,
featuredOrder: 2,
newBadge: true,
desc: 'Stacks on, Stacks off',
icon: '<rect x="6" y="5" width="20" height="4" fill="black"/><rect x="6" y="11" width="20" height="4" fill="black"/><path d="M6 17 h20 v11 l-10 -6 l-10 6 z" fill="black"/>'
},
{
id: 'mindmap',
name: 'Mindmap',
icon: '<path d="M16 4a4 4 0 100 8a4 4 0 100-8zM8 20a4 4 0 100 8a4 4 0 100-8zM24 20a4 4 0 100 8a4 4 0 100-8zM16 8v12M16 20L8 24M16 20L24 24"/>',
cat: 'tools',
desc: 'Visually organize your ideas.'
},
{
id: 'flipbook',
name: 'Flipbook',
cat: 'lifestyle',
plus: true,
icon: '<rect x="8" y="5" width="20" height="18" fill="white" stroke="black" stroke-width="2"/><rect x="4" y="9" width="20" height="18" fill="white" stroke="black" stroke-width="2"/><circle cx="14" cy="15" r="2" fill="black"/><line x1="14" y1="17" x2="14" y2="21" stroke="black" stroke-width="1.5"/><path d="M11 19 l6 -1" stroke="black" stroke-width="1.5"/><path d="M11 25 l3 -4 l3 4" stroke="black" stroke-width="1.5" fill="none"/>',
desc: 'Create pixel animations.'
},
{
id: 'napkin',
name: 'Sketchpad',
cat: 'lifestyle',
icon: '<path d="M22 6 L26 10 L14 22 L10 22 L10 18 Z"/><line x1="19" y1="9" x2="23" y2="13"/><path d="M10 22 L6 26"/>'
},
{
id: 'pixel',
name: 'Pixel',
cat: 'tools',
desc: 'A 1-bit pixel art canvas.',
icon: '<rect x="4" y="4" width="24" height="24" fill="none" stroke="black" stroke-width="2"/><rect x="8" y="8" width="4" height="4" fill="black"/><rect x="20" y="12" width="4" height="4" fill="black"/><rect x="12" y="20" width="4" height="4" fill="black"/>'
},
{
id: 'wikipedia',
name: 'Wikipedia',
cat: 'lifestyle',
icon: '<circle cx="16" cy="16" r="14"/><text x="16" y="23" font-size="22" text-anchor="middle" stroke="none" fill="black" font-weight="bold">W</text>'
},
{
id: 'sheetmusic',
name: 'Sheet Music',
cat: 'lifestyle',
filled: true,
desc: 'Browse a library of public domain scores.',
icon: '<path d="M12 3v10.55c-.59-.34-1.27-.55-2-.55-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4V7h8V3h-8z" fill="black"/>'
},
{
id: 'chords',
name: 'Chords',
cat: 'lifestyle',
beta: true,
desc: 'Search and save guitar tabs.',
icon: '<path d="M10 22 V 6 L 26 2 V 18 M 10 6 L 26 2" fill="none" stroke="black" stroke-width="2"/><ellipse cx="7" cy="22" rx="3.5" ry="2.5" fill="black" transform="rotate(-30, 7, 22)"/><ellipse cx="23" cy="18" rx="3.5" ry="2.5" fill="black" transform="rotate(-30, 23, 18)"/>'
},
{
id: 'suggestions',
name: 'Suggestions',
cat: 'lifestyle',
desc: 'Vote on new features!',
icon: '<circle cx="16" cy="14" r="9" stroke="black" stroke-width="2" fill="none"/><path d="M12 21 h8 l-2 6 h-4 z" fill="black"/><path d="M16 14 v-5 M16 14 l-3 3 M16 14 l3 3" stroke="black" stroke-width="1.5"/><path d="M11 21 L 12 18 L 13 20 L 14 18 L 15 20 L 16 18 L 17 20 L 18 18 L 19 20 L 20 18 L 21 21" stroke="black" stroke-width="1" fill="none"/><path d="M16 2 v-2 M16 2 v0 M7 5 l-1.5 -1.5 M25 5 l1.5 -1.5 M2 14 h2 M28 14 h2 M7 23 l-2 2 M25 23 l2 2" stroke="black" stroke-width="2" stroke-linecap="round"/>' // Globe style with huge rays
},
{
id: 'discord',
name: 'Discord',
cat: 'lifestyle',
desc: 'Join our community!',
icon: '<g transform="translate(3, 6) scale(0.1)"><path d="M216.856339,16.5966031 C200.285002,8.84328665 182.566144,3.2084988 164.041564,0 C161.766523,4.11318106 159.108624,9.64549908 157.276099,14.0464379 C137.583995,11.0849896 118.072967,11.0849896 98.7430163,14.0464379 C96.9108417,9.64549908 94.1925838,4.11318106 91.8971895,0 C73.3526068,3.2084988 55.6133949,8.86399117 39.0420583,16.6376612 C5.61752293,67.146514 -3.4433191,116.400813 1.08711069,164.955721 C23.2560196,181.510915 44.7403634,191.567697 65.8621325,198.148576 C71.0772151,190.971126 75.7283628,183.341335 79.7352139,175.300261 C72.104019,172.400575 64.7949724,168.822202 57.8887866,164.667963 C59.7209612,163.310589 61.5131304,161.891452 63.2445898,160.431257 C105.36741,180.133187 151.134928,180.133187 192.754523,160.431257 C194.506336,161.891452 196.298154,163.310589 198.110326,164.667963 C191.183787,168.842556 183.854737,172.420929 176.223542,175.320965 C180.230393,183.341335 184.861538,190.991831 190.096624,198.16893 C211.238746,191.588051 232.743023,181.531619 254.911949,164.955721 C260.227747,108.668201 245.831087,59.8662432 216.856339,16.5966031 Z M85.4738752,135.09489 C72.8290281,135.09489 62.4592217,123.290155 62.4592217,108.914901 C62.4592217,94.5396472 72.607595,82.7145587 85.4738752,82.7145587 C98.3405064,82.7145587 108.709962,94.5189427 108.488529,108.914901 C108.508531,123.290155 98.3405064,135.09489 85.4738752,135.09489 Z M170.525237,135.09489 C157.88039,135.09489 147.510584,123.290155 147.510584,108.914901 C147.510584,94.5396472 157.658606,82.7145587 170.525237,82.7145587 C183.391518,82.7145587 193.761324,94.5189427 193.539891,108.914901 C193.539891,123.290155 183.391518,135.09489 170.525237,135.09489 Z" fill="black" stroke="none"/></g>'
},
// --- GAMES ---
{
id: 'trivia',
name: 'Trivia',
cat: 'games',
filled: true,
icon: '<path d="M16 26c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0-24C11.5 2 8 5.5 8 10h4c0-2.2 1.8-4 4-4s4 1.8 4 4c0 1.9-1.2 3.6-2.9 4.3L15 15.6V18h2v-1.7l2.8-1.5C21.7 13.7 24 11.2 24 10c0-4.5-3.5-8-8-8z" fill="black"/>'
},
{
id: 'pool',
name: '8 Ball',
cat: 'games',
icon: '<circle cx="16" cy="16" r="14" fill="none" stroke="black" stroke-width="2"/><text x="16" y="21" font-size="14" font-weight="bold" text-anchor="middle" fill="black">8</text>'
},
{
id: '2048',
name: '2048',
es6: true,
cat: 'games',
icon: '<rect x="2" y="2" width="28" height="28" fill="white" stroke="black" stroke-width="2"/><line x1="16" y1="2" x2="16" y2="30" stroke="black" stroke-width="2"/><line x1="2" y1="16" x2="30" y2="16" stroke="black" stroke-width="2"/><text x="9" y="13" font-size="10" text-anchor="middle" font-family="sans-serif" fill="black" stroke="none" font-weight="bold">2</text><text x="23" y="13" font-size="10" text-anchor="middle" font-family="sans-serif" fill="black" stroke="none" font-weight="bold">0</text><text x="9" y="27" font-size="10" text-anchor="middle" font-family="sans-serif" fill="black" stroke="none" font-weight="bold">4</text><text x="23" y="27" font-size="10" text-anchor="middle" font-family="sans-serif" fill="black" stroke="none" font-weight="bold">8</text>'
},
{
id: 'anagrams',
name: 'Anagrams',
cat: 'games',
icon: '<rect x="4" y="10" width="10" height="10"/><rect x="18" y="10" width="10" height="10"/><path d="M8 24 q8 6 16 0"/>'
},
{
id: 'blackjack',
name: 'Blackjack',
cat: 'games',
icon: '<rect x="6" y="6" width="14" height="18" rx="2" fill="white" stroke="black" stroke-width="2" transform="rotate(-10 13 15)"/><text x="11" y="18" font-size="10" font-weight="bold" transform="rotate(-10 13 15)">A♠</text><rect x="14" y="8" width="14" height="18" rx="2" fill="black" stroke="white" stroke-width="1" transform="rotate(10 21 17)"/><text x="19" y="20" font-size="10" font-weight="bold" fill="white" transform="rotate(10 21 17)">J</text>'
},
{
id: 'checkers',
name: 'Checkers',
cat: 'games',
icon: '<circle cx="16" cy="16" r="10" fill="white" stroke="black" stroke-width="2"/>'
},
{
id: 'chess', // <-- THIS IS THE SINGLE PLAYER CHESS ID
name: 'Chess',
cat: 'games',
icon: '<path d="M22 26 H10 V23 H22 V26 M12 23 L13 15 C12 13 11 11 12 9 C13 5 17 4 20 5 C22 6 23 8 23 8 L21 12 L21 23 H12" fill="black" stroke="black" stroke-width="1" stroke-linejoin="round"/>' // <-- This icon is now a King/Queen (Black Piece)
},
{
id: 'codebreaker',
name: 'Codebreaker',
cat: 'games',
icon: '<rect x="6" y="6" width="20" height="20" fill="none" stroke="black" stroke-width="2"/><circle cx="12" cy="12" r="3" fill="black"/><circle cx="20" cy="12" r="3" fill="none" stroke="black" stroke-width="1.5"/><circle cx="12" cy="20" r="3" fill="none" stroke="black" stroke-width="1.5"/><circle cx="20" cy="20" r="3" fill="black"/>'
},
{
id: 'crossword',
name: 'Crossword',
cat: 'games',
icon: '<rect x="2" y="2" width="28" height="28" fill="white" stroke="black" stroke-width="2"/><rect x="2" y="2" width="10" height="10" fill="black"/><rect x="20" y="20" width="10" height="10" fill="black"/><rect x="11" y="11" width="10" height="10" fill="black"/>'
},
{
id: 'hangman',
name: 'Hangman',
cat: 'games',
icon: '<line x1="8" y1="28" x2="8" y2="4"/><line x1="8" y1="4" x2="20" y2="4"/><line x1="20" y1="4" x2="20" y2="8"/>'
},
{
id: 'hanoi',
name: 'Tower of Hanoi',
cat: 'games',
icon: '<rect x="6" y="24" width="20" height="2" fill="black"/><rect x="8" y="20" width="16" height="4" fill="white" stroke="black" stroke-width="2"/><rect x="10" y="16" width="12" height="4" fill="white" stroke="black" stroke-width="2"/><rect x="12" y="12" width="8" height="4" fill="white" stroke="black" stroke-width="2"/>'
},
{
id: 'lightsout',
name: 'Lights Out',
cat: 'games',
icon: '<rect x="4" y="4" width="24" height="24" fill="none" stroke="black" stroke-width="2"/><rect x="14" y="14" width="4" height="4" fill="black"/><rect x="14" y="6" width="4" height="4" fill="black"/><rect x="14" y="22" width="4" height="4" fill="black"/><rect x="6" y="14" width="4" height="4" fill="black"/><rect x="22" y="14" width="4" height="4" fill="black"/>'
},
{
id: 'jigsaw',
name: 'Jigsaw',
es6: true,
cat: 'games',
icon: '<path d="M10 4 h12 v8 h4 v12 h-12 v-4 h-8 v-12 h4 v-4 z"/><circle cx="16" cy="12" r="2"/>'
},
{
id: 'memory',
name: 'Memory',
es6: true,
cat: 'games',
icon: '<rect x="4" y="4" width="10" height="10" fill="black" stroke="none"/><rect x="18" y="18" width="10" height="10" fill="black" stroke="none"/>'
},
{
id: 'minesweeper',
cat: 'games',
name: 'Minesweeper',
es6: true,
icon: '<circle cx="16" cy="16" r="8" fill="black"/><line x1="16" y1="4" x2="16" y2="8"/><line x1="16" y1="24" x2="16" y2="28"/><line x1="4" y1="16" x2="8" y2="16"/><line x1="24" y1="16" x2="28" y2="16"/>'
},
{
id: 'mini',
name: 'Mini Crossword',
cat: 'games',
icon: '<rect x="6" y="6" width="20" height="20" fill="white" stroke="black" stroke-width="2"/><rect x="6" y="6" width="8" height="8" fill="black"/><rect x="18" y="18" width="8" height="8" fill="black"/>'
},
{
id: 'nerdle',
name: 'Nerdle',
cat: 'games',
icon: '<path d="M4 10 V6 H28 V10 M4 22 V26 H28 V22" stroke="black" stroke-width="2" fill="none"/><text x="16" y="19" font-size="9" font-family="monospace" text-anchor="middle" fill="black" stroke="none" font-weight="bold">1+2=3</text>'
},
{
id: 'nonograms',
name: 'Nonograms',
es6: true,
cat: 'games',
icon: '<rect x="6" y="6" width="20" height="20" fill="none" stroke="black" stroke-width="2"/><line x1="11" y1="6" x2="11" y2="26"/><line x1="21" y1="6" x2="21" y2="26"/><line x1="6" y1="11" x2="26" y2="11"/><line x1="6" y1="21" x2="26" y2="21"/>'
},
/* {
id: 'words',
name: 'Scrabble',
es6: true,
cat: 'games',
icon: '<rect x="4" y="10" width="10" height="12" fill="white"/><text x="9" y="19" font-size="10" text-anchor="middle" stroke="none" fill="black" font-weight="bold">S</text><rect x="16" y="8" width="10" height="12" fill="black" stroke="none"/><text x="21" y="17" font-size="10" text-anchor="middle" stroke="none" fill="white" font-weight="bold">W</text>'
}, */
{
id: 'snake',
name: 'Snake',
cat: 'games',
icon: '<path d="M6 26 l 6 0 l 0 -10 l 12 0 l 0 6 l 4 0" fill="none" stroke="black" stroke-width="4" stroke-linecap="round"/><circle cx="28" cy="22" r="2.5" fill="black"/>'
},
{
id: 'dino',
name: 'Dino',
cat: 'games',
newBadge: true,
filled: true,
icon: '<path d="M24 2h16v1h-16zM24 3h16v1h-16zM22 4h20v1h-20zM22 5h4v1h-4zM28 5h14v1h-14zM22 6h4v1h-4zM28 6h14v1h-14zM22 7h20v1h-20zM22 8h20v1h-20zM22 9h20v1h-20zM22 10h20v1h-20zM22 11h20v1h-20zM22 12h20v1h-20zM22 13h10v1h-10zM22 14h10v1h-10zM22 15h16v1h-16zM22 16h16v1h-16zM2 17h2v1h-2zM20 17h10v1h-10zM2 18h2v1h-2zM20 18h10v1h-10zM2 19h2v1h-2zM17 19h13v1h-13zM2 20h2v1h-2zM17 20h13v1h-13zM2 21h4v1h-4zM14 21h20v1h-20zM2 22h4v1h-4zM14 22h20v1h-20zM2 23h6v1h-6zM12 23h18v1h-18zM32 23h2v1h-2zM2 24h6v1h-6zM12 24h18v1h-18zM32 24h2v1h-2zM2 25h28v1h-28zM2 26h28v1h-28zM2 27h28v1h-28zM2 28h28v1h-28zM4 29h26v1h-26zM4 30h24v1h-24zM6 31h22v1h-22zM6 32h22v1h-22zM8 33h18v1h-18zM8 34h18v1h-18zM10 35h14v1h-14zM10 36h14v1h-14zM12 37h6v1h-6zM20 37h4v1h-4zM12 38h6v1h-6zM20 38h4v1h-4zM12 39h4v1h-4zM22 39h2v1h-2zM12 40h4v1h-4zM22 40h2v1h-2zM12 41h2v1h-2zM22 41h2v1h-2zM12 42h2v1h-2zM22 42h2v1h-2zM12 43h4v1h-4zM22 43h4v1h-4zM12 44h4v1h-4zM22 44h4v1h-4z" fill="black" shape-rendering="crispEdges"/>',
viewBox: '0 0 44 47'
},
{
id: 'solitaire',
name: 'Solitaire',
cat: 'games',
icon: '<rect x="8" y="4" width="16" height="24" rx="2"/><path d="M16 10 L13 16 H19 Z M16 16 L19 20 L16 24 L13 20 Z" fill="black" stroke="none"/>'
},
{
id: 'spellbound',
name: 'Spelling Bee',
cat: 'games',
icon: '<path d="M16 2 L28 9 L28 23 L16 30 L4 23 L4 9 Z"/><circle cx="16" cy="16" r="4" fill="black"/>'
},
{
id: 'sudoku',
name: 'Sudoku',
es6: true,
cat: 'games',
icon: '<rect x="2" y="2" width="28" height="28" fill="none" stroke="black" stroke-width="2"/><path d="M11 2v28M21 2v28M2 11h28M2 21h28" stroke="black" stroke-width="1"/><text x="16" y="19" font-size="10" font-family="monospace" text-anchor="middle" fill="black" stroke="none" font-weight="bold">9</text>'
},
{
id: 'tetris',
name: 'Blocks',
cat: 'games',
icon: '<path d="M6 10 h10 v10 h-10 z" fill="none" stroke="black" stroke-width="2"/><path d="M16 20 h10 v10 h-10 z" fill="black" stroke="none"/><path d="M16 10 h10 v10 h-10 z" fill="none" stroke="black" stroke-width="2"/>'
},
{
id: 'blockblast',
name: 'Block Blast',
cat: 'games',
newBadge: true,
icon: '<rect x="12" y="4" width="8" height="8" stroke="black" fill="none" stroke-width="2"/><rect x="4" y="12" width="8" height="8" stroke="black" fill="none" stroke-width="2"/><rect x="20" y="12" width="8" height="8" fill="black"/><rect x="12" y="20" width="8" height="8" fill="black"/>'
},
/* {
id: 'life',
name: 'Life',
icon: '<path d="M16 8 h4 v4 h-4z M20 12 h4 v4 h-4z M12 16 h4 v4 h-4z M16 16 h4 v4 h-4z M20 16 h4 v4 h-4z" fill="currentColor"/>',
cat: 'games',
desc: "Conway's cellular automaton. A classic toy that creates fascinating patterns.",
}, */
{
id: 'wordsearch',
name: 'Word Search',
cat: 'games',
icon: '<text x="4" y="10" font-size="8" font-family="monospace" fill="black" stroke="none" font-weight="bold">S E A</text><text x="4" y="19" font-size="8" font-family="monospace" fill="black" stroke="none" font-weight="bold">R C H</text><text x="4" y="28" font-size="8" font-family="monospace" fill="black" stroke="none" font-weight="bold">K E Y</text><rect x="1" y="3" width="30" height="9" rx="4" stroke="black" stroke-width="1.5" fill="none"/>'
},
{
id: 'wordle',
name: 'Wordle',
cat: 'games',
icon: '<rect x="2" y="2" width="12" height="12"/><rect x="18" y="18" width="12" height="12" fill="black" stroke="none"/>'
},
{
id: 'pet',
name: 'Pet',
cat: 'games',
beta: true,
filled: true,
icon: '<g transform="translate(2.27, 2.27) scale(2)" shape-rendering="crispEdges"><g fill="black"><rect x="12.75" y="11.76" width="0.98" height="0.98"/><rect x="12.75" y="10.78" width="0.98" height="0.98"/><rect x="11.77" y="12.74" width="0.98" height="0.98"/><rect x="10.79" y="12.74" width="0.98" height="0.98"/><rect x="8.83" y="11.76" width="0.98" height="0.98"/><rect x="9.81" y="11.76" width="0.98" height="0.98"/><rect x="7.85" y="12.74" width="0.98" height="0.98"/><rect x="5.88" y="12.74" width="0.98" height="0.98"/><rect x="6.86" y="12.74" width="0.99" height="0.98"/><rect x="4.9" y="11.76" width="0.98" height="0.98"/><rect x="5.88" y="11.76" width="0.98" height="0.98"/><rect x="5.88" y="10.78" width="0.98" height="0.98"/><rect x="6.86" y="10.78" width="0.99" height="0.98"/><rect x="7.85" y="9.8" width="0.98" height="0.98"/><rect x="6.86" y="9.8" width="0.99" height="0.98"/><rect x="8.83" y="8.82" width="0.98" height="0.98"/><rect x="9.81" y="8.82" width="0.98" height="0.98"/><rect x="10.79" y="7.84" width="0.98" height="0.98"/><rect x="11.77" y="6.86" width="0.98" height="0.98"/><rect x="11.77" y="5.88" width="0.98" height="0.98"/><rect x="11.77" y="4.9" width="0.98" height="0.98"/><rect x="11.77" y="3.92" width="0.98" height="0.98"/><rect x="11.77" y="2.94" width="0.98" height="0.98"/><rect x="10.79" y="1.96" width="0.98" height="0.98"/><rect x="9.81" y="0.98" width="0.98" height="0.98"/><rect x="8.83" y="1.96" width="0.98" height="0.98"/><rect x="4.9" y="1.96" width="0.98" height="0.98"/><rect x="7.85" width="0.98" height="0.98"/><rect x="8.83" width="0.98" height="0.98"/><rect x="5.88" width="0.98" height="0.98"/><rect x="4.9" width="0.98" height="0.98"/><rect x="6.86" width="0.99" height="0.98"/><rect x="3.92" y="0.98" width="0.98" height="0.98"/><rect x="7.85" y="8.82" width="0.98" height="0.98"/><rect x="5.88" y="8.82" width="0.98" height="0.98"/><rect x="4.9" y="8.82" width="0.98" height="0.98"/><rect x="6.86" y="8.82" width="0.99" height="0.98"/><rect x="3.92" y="7.84" width="0.98" height="0.98"/><rect x="2.94" y="6.86" width="0.98" height="0.98"/><rect x="2.94" y="5.88" width="0.98" height="0.98"/><rect x="1.96" y="5.88" width="0.98" height="0.98"/><rect x="0.98" y="5.88" width="0.98" height="0.98"/><rect x="1.96" y="1.96" width="0.98" height="0.98"/><rect x="2.94" y="1.96" width="0.98" height="0.98"/><rect x="0.98" y="1.96" width="0.98" height="0.98"/><rect y="2.94" width="0.98" height="0.98"/><rect x="1.96" y="3.92" width="0.98" height="0.98"/><rect x="2.94" y="3.92" width="0.98" height="0.98"/><rect x="0.98" y="3.92" width="0.98" height="0.98"/><rect y="4.9" width="0.98" height="0.98"/></g><polygon points="2.94 5.88 3.92 5.88 3.92 7.84 4.9 7.84 4.9 8.82 10.79 8.82 10.79 7.84 11.77 7.84 11.77 2.94 10.79 2.94 10.79 1.96 9.81 1.96 9.81 2.94 8.83 2.94 8.83 1.96 9.81 1.96 9.81 0.98 8.83 0.98 7.85 0.98 6.86 0.98 5.88 0.98 4.9 0.98 4.9 1.96 5.88 1.96 5.88 2.94 4.9 2.94 4.9 1.96 3.92 1.96 3.92 2.94 2.94 2.94 1.96 2.94 0.98 2.94 0.98 3.92 1.96 3.92 2.94 3.92 3.92 3.92 3.92 4.9 2.94 4.9 1.96 4.9 0.98 4.9 0.98 5.88 1.96 5.88 2.94 5.88" fill="white"/></g>',
viewBox: '0 0 32 32'
},
{
id: 'mario',
name: 'Mario',
cat: 'games',
beta: true,
filled: false,
icon: '<svg viewBox="0 200 600 550"><path d="M263 207v16h-36v65h-36v32H12v65h35v33h36v32h36v65h-18l-18 1v64H65l-18 1v64H30c-17 0-17 0-18 2v62h107v-31h72v-33h72v-32h72v32h72v-32h-18l-17-1-1-16v-16h-72l-72 1v32h-36v32h-36l-35 1-1 16v16H47v-33h36v-65h36v-65h36v-65h-36v-32H83v-16l-1-17H48v-32h180v-65h36v-65h72v64l18 1h18v65h181v32h-36v33h-36v32h-36v65h36v65h36v65h36v16l-1 16-35 1h-36v-16l-1-17h-35l-36 1v31l36 1h36v31h54l53-1 1-29-1-32c0-2 0-2-17-2h-18v-32l-1-32-17-1h-18v-32l-1-32-17-1h-18v-65h36v-32h35l1-17v-16h35l1-32v-32l-91-1h-90v-32h-36v-65h-36v-32h-72v16z" fill="black"/><path d="m228 386-1 49v47l18 1h18v-98h-17l-18 1zm108 0-1 49v47l18 1h18v-98h-17l-18 1z" fill="black"/></svg>'
},
{
id: 'bindings',
name: 'Connections',
es6: true,
cat: 'games',
icon: '<rect x="6" y="6" width="8" height="8"/><rect x="18" y="18" width="12" height="12" fill="black" stroke="none"/>' // Adjusted icon to be distinct
},
// --- TWO PLAYER GAMES ---
{
id: '2pbattleships',
name: 'Battleship',
cat: 'two_player',
icon: '<circle cx="16" cy="16" r="10"/><circle cx="16" cy="16" r="2" fill="black"/>'
},
{
id: '2pcheckers',
name: 'Checkers 2P',
cat: 'two_player',
icon: '<circle cx="14" cy="18" r="7" fill="white" stroke="black" stroke-width="2"/><circle cx="20" cy="14" r="7" fill="black" stroke="black" stroke-width="2"/>'
},
{
id: '2pchess',
name: 'Chess 2P',
cat: 'two_player',
icon: '<g transform="translate(-2, 2) scale(0.8)"><path d="M20 26 H8 V23 H20 V26 M10 23 L11 15 C10 13 9 11 10 9 C11 5 15 4 18 5 C20 6 21 8 21 8 L19 12 L19 23 H10" fill="white" stroke="black" stroke-width="2" stroke-linejoin="round"/></g><g transform="translate(8, 6) scale(0.8)"><path d="M20 26 H8 V23 H20 V26 M10 23 L11 15 C10 13 9 11 10 9 C11 5 15 4 18 5 C20 6 21 8 21 8 L19 12 L19 23 H10" fill="black" stroke="black" stroke-width="2" stroke-linejoin="round"/></g>'
},
{
id: '2pconnect4',
name: 'Connect 4',
cat: 'two_player',
icon: '<rect x="4" y="4" width="24" height="24" fill="none"/><circle cx="10" cy="10" r="3"/><circle cx="22" cy="22" r="3" fill="black"/>'
},
{
id: '2ptictactoe',
name: 'Tic-Tac-Toe',
es6: true,
cat: 'two_player',
icon: '<line x1="12" y1="6" x2="12" y2="26"/><line x1="20" y1="6" x2="20" y2="26"/><line x1="6" y1="12" x2="26" y2="12"/><line x1="6" y1="20" x2="26" y2="20"/>'
},
{
id: 'pool2p',
name: '8 Ball 2P',
cat: 'two_player',
icon: '<circle cx="21" cy="11" r="8" fill="white" stroke="black" stroke-width="2"/><circle cx="13" cy="19" r="10" fill="white" stroke="black" stroke-width="2"/><text x="13" y="23.5" font-size="11" font-weight="bold" text-anchor="middle" fill="black">8</text>'
},
{
id: 'doom',
name: 'DOOM',
cat: 'games',
beta: true,
desc: 'Rip and Tear',
// Official Doom logo vector from user provided file (Doom_–_Game’s_logo.svg)
// Original viewBox: 0 0 1680 869. Scaled down to fit ~30px width.
// Group transform adjusts for the file's internal offset (-7.13, -565.73) and scales it (0.020).
// Outer translate (-1, 7) centers it in the 32x32 box (width ~33.6px).
icon: `<g transform="translate(-1, 7) scale(0.020) translate(-7.13, -565.73)">
<path d="m 1476.3012,1327.8121 -0.2917,-292.4969 -46.7662,163.4072 -46.7058,-162.6616 -0.2827,222.0343 -152.4945,-114.3724 11.559,-8.6664 -0.5292,-569.30683 144.9467,0.3774 43.4492,152.19623 43.5126,-152.40042 214.4342,0.69673 -70.3645,52.57665 -0.1246,814.42954 z M 78.328958,619.06163 7.1328025,565.73124 l 401.3006875,0.54398 45.93055,35.08717 0.0378,533.50351 12.16772,8.8133 -388.148567,291.252 z m 235.518822,416.21877 -0.15295,-307.89242 -10.75764,-8.78449 -83.44785,0.40375 -0.18291,387.17176 z m 152.39799,82.7814 -0.0717,-516.75483 47.07325,-35.27648 281.69722,-0.0156 46.98005,35.42167 0.17344,597.96244 -133.22444,100.1999 z m 223.12917,-399.76328 -71.04792,0.49268 -11.09868,8.52709 0.15885,308.10291 93.32018,69.9936 0.24947,-377.92826 z m 164.80854,481.66028 -0.34116,-598.79687 46.91876,-35.23879 282.06992,0.26967 47.2183,35.27898 -0.3246,515.55821 -241.33557,182.4526 z m 234.65122,-164.742 -0.03,-308.02638 -11.8726,-9.07298 -70.9365,0.23276 -11.40484,8.78228 0.70414,377.32652 z" fill="black" />
</g>`
}
];
// Helper function to check if games are disabled (used by index.html for filtering)
function areGamesDisabled() {
// Setting is stored as a string "true" or "false"
return localStorage.getItem('rekindle_disable_games') === 'true';
}