From 3f73bfcfd7fd473e86d4e9f1aa029866c723d98f Mon Sep 17 00:00:00 2001 From: crispyfires <152764922+crispyfires@users.noreply.github.com> Date: Wed, 25 Mar 2026 05:45:47 -0400 Subject: [PATCH] merge (#61) web-browsers: add mullvad browser * web-browsers: add mullvad browser * web-browsers: remove floorp (seperate pull request) --------- Co-authored-by: Nicat Abushov --- src/lib/apps/web-browsers.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/lib/apps/web-browsers.json b/src/lib/apps/web-browsers.json index b976369..47cd96b 100644 --- a/src/lib/apps/web-browsers.json +++ b/src/lib/apps/web-browsers.json @@ -309,6 +309,23 @@ "url": "https://nyxt.atlas.engineer/image/nyxt_square_corner_128x128.png" } }, + { + "id": "mullvad-browser", + "name": "Mullvad Browser", + "description": "Privacy-focused browser made in collaboration with the Tor Project.", + "category": "Web Browsers", + "targets": { + "arch": "mullvad-browser-bin", + "flatpak": "net.mullvad.MullvadBrowser", + "homebrew": "--cask mullvad-browser", + "nix": "mullvad-browser" + }, + "unavailableReason": "Not in most official repos. Use [Flatpak](https://flathub.org/en/apps/net.mullvad.MullvadBrowser) or see [mullvad.net](https://mullvad.net/en/download/browser/linux).", + "icon": { + "type": "url", + "url": "https://upload.wikimedia.org/wikipedia/commons/7/70/Mullvad_Browser_logo.svg" + } + }, { "id": "edge", "name": "Microsoft Edge",