From de6d8fef75d6c908c51a481144949e0b4743dc72 Mon Sep 17 00:00:00 2001 From: Lucas <169063936+mustbeperfect@users.noreply.github.com> Date: Sun, 29 Jun 2025 11:20:24 -0700 Subject: [PATCH] Added Sniffnet to new network category --- 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 de26c54..73f9ab3 100644 --- a/source/data/applications.json +++ b/source/data/applications.json @@ -9429,6 +9429,22 @@ "language": "TypeScript", "license": "Apache-2.0", "homepage_url": "https://jsoncrack.com/" + }, + { + "name": "Sniffnet", + "description": "", + "repo_url": "https://github.com/GyulyVGC/sniffnet", + "tags": [], + "platforms": [ + "cross" + ], + "category": "network", + "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 4896b5e..cf5acdb 100644 --- a/source/data/categories.json +++ b/source/data/categories.json @@ -708,6 +708,12 @@ "parent": "internet", "description": "" }, + { + "name": "Network", + "id": "network", + "parent": "internet", + "description": "" + }, { "name": "Other", "id": "other",