From 0194d0a64fc271196924a7bb78dfe433664c02e1 Mon Sep 17 00:00:00 2001 From: crispyfires <152764922+crispyfires@users.noreply.github.com> Date: Wed, 25 Mar 2026 05:58:17 -0400 Subject: [PATCH] merge (#60) web-browsers: add floorp to browsers * web-browsers: add floorp to browsers * web-browsers: switch floorp icon to one from the simple-icons set from iconify --------- Co-authored-by: Nicat Abushov --- src/lib/apps/web-browsers.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/lib/apps/web-browsers.json b/src/lib/apps/web-browsers.json index 47cd96b..3d18cc1 100644 --- a/src/lib/apps/web-browsers.json +++ b/src/lib/apps/web-browsers.json @@ -309,6 +309,25 @@ "url": "https://nyxt.atlas.engineer/image/nyxt_square_corner_128x128.png" } }, + { + "id": "floorp", + "name": "Floorp", + "description": "A highly-customizable fork of Firefox.", + "category": "Web Browsers", + "targets": { + "arch": "floorp-bin", + "flatpak": "one.ablaze.floorp", + "homebrew": "--cask floorp", + "nix": "floorp" + }, + "unavailableReason": "Not in most official repos. Use [Flatpak](https://flathub.org/en/apps/one.ablaze.floorp) or see [floorp.app](https://floorp.app/download) for installation instructions", + "icon": { + "type": "iconify", + "set": "simple-icons", + "name": "floorp", + "color": "#4B42FF" + } + }, { "id": "mullvad-browser", "name": "Mullvad Browser",