From d74510122acf2586e085f78fb9a2ae7627cb0e12 Mon Sep 17 00:00:00 2001 From: Lucas <169063936+mustbeperfect@users.noreply.github.com> Date: Sat, 12 Apr 2025 20:45:34 -0700 Subject: [PATCH] Added Firefox to Browsers --- source/data/applications.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/source/data/applications.json b/source/data/applications.json index b520a3e..6954071 100644 --- a/source/data/applications.json +++ b/source/data/applications.json @@ -7060,6 +7060,25 @@ "language": "", "license": "", "homepage_url": "" + }, + { + "name": "Firefox", + "description": "Fast, reliable and private — for peace of mind online.", + "repo_url": "https://github.com/mozilla/gecko-dev", + "tags": [], + "platforms": [ + "Cross", + "Mobile" + ], + "category": "browser", + "stars": 0, + "flags": [ + "custom-description" + ], + "last_commit": "", + "language": "", + "license": "", + "homepage_url": "" } ] } \ No newline at end of file