From 3d9a599f71fcb030c5b5c814c244a8987b3f0bd1 Mon Sep 17 00:00:00 2001 From: Joachim Friberg Date: Fri, 20 Mar 2026 11:18:11 +0100 Subject: [PATCH] Use object-based category-list schema --- category-list.json | 42 +++++++++++++++++++++++++++++++++++------- 1 file changed, 35 insertions(+), 7 deletions(-) diff --git a/category-list.json b/category-list.json index 7a764e6..2358230 100644 --- a/category-list.json +++ b/category-list.json @@ -1,9 +1,37 @@ [ - "phirna", - "Utilities", - "Developer", - "Media", - "Productivity", - "Network", - "System" + { + "name": "phirna", + "font": "apps", + "description": "Phirna App Store" + }, + { + "name": "Utilities", + "font": "tools", + "description": "" + }, + { + "name": "Developer", + "font": "terminal", + "description": "" + }, + { + "name": "Media", + "font": "video", + "description": "" + }, + { + "name": "Productivity", + "font": "note", + "description": "" + }, + { + "name": "Network", + "font": "globe", + "description": "" + }, + { + "name": "System", + "font": "settings", + "description": "" + } ]