From d42d9de1a5307c8b9ee41e17af13f7827617f427 Mon Sep 17 00:00:00 2001 From: Lucas <169063936+mustbeperfect@users.noreply.github.com> Date: Thu, 10 Jul 2025 11:05:09 -0700 Subject: [PATCH] Added Rancher Desktop to new container-management --- source/data/applications.json | 16 ++++++++++++++++ source/data/categories.json | 6 ++++++ 2 files changed, 22 insertions(+) diff --git a/source/data/applications.json b/source/data/applications.json index bae33ae..4a59fa4 100644 --- a/source/data/applications.json +++ b/source/data/applications.json @@ -9479,6 +9479,22 @@ "language": "", "license": "", "homepage_url": "" + }, + { + "name": "Rancher Desktop", + "description": "", + "repo_url": "https://github.com/rancher-sandbox/rancher-desktop", + "tags": [], + "platforms": [ + "cross" + ], + "category": "container-management", + "stars": 0, + "flags": [], + "last_commit": "", + "language": "", + "license": "", + "homepage_url": "" } ] } \ No newline at end of file diff --git a/source/data/categories.json b/source/data/categories.json index a5f3697..a2840aa 100644 --- a/source/data/categories.json +++ b/source/data/categories.json @@ -720,6 +720,12 @@ "parent": "development", "description": "" }, + { + "name": "Container Management", + "id": "container-management", + "parent": "utilities", + "description": "" + }, { "name": "Other", "id": "other",