Skip to content

Commit b8321ed

Browse files
committed
NEW VERSION: 0.8.4
1 parent 2c8e7f3 commit b8321ed

File tree

1 file changed

+30
-28
lines changed

1 file changed

+30
-28
lines changed

public/apps/apps.json

Lines changed: 30 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,6 @@
55
"icon": "GameControllerIcon",
66
"order": 1,
77
"apps": [
8-
{
9-
"slug": "fezynth",
10-
"to": "/apps/fezynth",
11-
"title": "FeZynth",
12-
"description": "Make music with Web Audio API and Canvas API",
13-
"icon": "MusicNoteIcon",
14-
"pinned_order": 4,
15-
"created_at": "2025-11-10T14:00:00+03:00"
16-
},
178
{
189
"slug": "feztype",
1910
"to": "/apps/feztype",
@@ -23,6 +14,14 @@
2314
"pinned_order": 5,
2415
"created_at": "2025-11-10T14:00:00+03:00"
2516
},
17+
{
18+
"slug": "bpm-guesser",
19+
"to": "/apps/bpm-guesser",
20+
"title": "BPM Guesser",
21+
"description": "Tap the beat to guess the BPM of a song.",
22+
"icon": "MetronomeIcon",
23+
"created_at": "2025-11-25T16:14:05+03:00"
24+
},
2625
{
2726
"slug": "seance",
2827
"to": "/apps/seance",
@@ -155,6 +154,15 @@
155154
"icon": "SparkleIcon",
156155
"order": 2,
157156
"apps": [
157+
{
158+
"slug": "fezynth",
159+
"to": "/apps/fezynth",
160+
"title": "FeZynth",
161+
"description": "Make music with Web Audio API and Canvas API",
162+
"icon": "MusicNoteIcon",
163+
"pinned_order": 4,
164+
"created_at": "2025-11-10T14:00:00+03:00"
165+
},
158166
{
159167
"slug": "sprite-editor",
160168
"to": "/apps/sprite-editor",
@@ -418,7 +426,16 @@
418426
"title": "Blend Lab",
419427
"description": "Create abstract color fields with noise, blur, and custom typography.",
420428
"icon": "SelectionIcon",
421-
"created_at": "2025-12-20T15:00:00+03:00"
429+
"created_at": "2025-12-20T15:00:00+03:00",
430+
"pinned_order": 21
431+
},
432+
{
433+
"slug": "cron-job-generator",
434+
"to": "/apps/cron-job-generator",
435+
"title": "CRON Job Generator",
436+
"description": "Generate CRON expressions visually and convert human-readable text to CRON.",
437+
"icon": "ClockIcon",
438+
"created_at": "2025-11-18T03:40:32+03:00"
422439
}
423440
]
424441
},
@@ -578,22 +595,6 @@
578595
"icon": "TextAaIcon",
579596
"created_at": "2025-11-18T03:16:23+03:00"
580597
},
581-
{
582-
"slug": "cron-job-generator",
583-
"to": "/apps/cron-job-generator",
584-
"title": "CRON Job Generator",
585-
"description": "Generate CRON expressions visually and convert human-readable text to CRON.",
586-
"icon": "ClockIcon",
587-
"created_at": "2025-11-18T03:40:32+03:00"
588-
},
589-
{
590-
"slug": "bpm-guesser",
591-
"to": "/apps/bpm-guesser",
592-
"title": "BPM Guesser",
593-
"description": "Tap the beat to guess the BPM of a song.",
594-
"icon": "MetronomeIcon",
595-
"created_at": "2025-11-25T16:14:05+03:00"
596-
},
597598
{
598599
"slug": "task-grid",
599600
"to": "/apps/task-grid",
@@ -608,8 +609,9 @@
608609
"title": "Asset Studio",
609610
"description": "Convert source images into optimized web assets, including favicons and social media previews.",
610611
"icon": "AppWindowIcon",
611-
"created_at": "2025-12-20T16:00:00+03:00"
612+
"created_at": "2025-12-20T16:00:00+03:00",
613+
"pinned_order": 22
612614
}
613615
]
614616
}
615-
}
617+
}

0 commit comments

Comments
 (0)