From ccb87cb07c2e9d748284406da03aed32a2bd4aa8 Mon Sep 17 00:00:00 2001 From: Muntashir Al-Islam Date: Tue, 1 Aug 2023 17:40:36 +0600 Subject: [PATCH] Update browsers and webviews - Replaced Bromite with Cromite - Added Mull - Replace Bromite SystemWebView with Mulch WebView Signed-off-by: Muntashir Al-Islam --- suggestions/browsers.json | 19 +++++++++++++------ suggestions/webviews.json | 7 ++++--- 2 files changed, 17 insertions(+), 9 deletions(-) diff --git a/suggestions/browsers.json b/suggestions/browsers.json index 8f6d973..9d63ea5 100644 --- a/suggestions/browsers.json +++ b/suggestions/browsers.json @@ -1,14 +1,21 @@ [ - { - "id": "org.bromite.bromite", - "label": "Bromite", - "source": "f", - "repo": "https://github.com/bromite/bromite" - }, { "id": "org.chromium.chrome", "label": "Vanadium", "repo": "https://github.com/GrapheneOS/Vanadium", "reason": "GrapheneOS only" + }, + { + "id": "org.cromite.cromite", + "label": "Cromite", + "source": "f", + "repo": "https://github.com/uazo/cromite" + }, + { + "id": "us.spotco.fennec_dos", + "label": "Mull", + "source": "f", + "repo": "https://gitlab.com/divested-mobile/mull-fenix", + "reason": "Hardened Firefox browser without any proprietary blobs" } ] \ No newline at end of file diff --git a/suggestions/webviews.json b/suggestions/webviews.json index 6e92b08..76150fe 100644 --- a/suggestions/webviews.json +++ b/suggestions/webviews.json @@ -1,8 +1,9 @@ [ { - "id": "org.bromite.webview", - "label": "Bromite SystemWebView", + "id": "us.spotco.mulch_wv", + "label": "Mulch WebView", "source": "f", - "repo": "https://github.com/bromite/bromite" + "repo": "https://gitlab.com/divested-mobile/mulch", + "reason": "Provides limited privacy and security, but always up-to-date" } ] \ No newline at end of file