Update browsers and webviews

- Replaced Bromite with Cromite
- Added Mull
- Replace Bromite SystemWebView with Mulch WebView

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
This commit is contained in:
Muntashir Al-Islam 2023-08-01 17:40:36 +06:00
parent 46ccc60ad8
commit ccb87cb07c
2 changed files with 17 additions and 9 deletions

View File

@ -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"
}
]

View File

@ -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"
}
]