1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-15 07:43:37 +00:00

Add support for GNU IceCat (#873)

* Add GNU IceCat to SupportedBrowsers dict

* Add GNU IceCat to CompatBrowsers

* Add GNU IceCat compatibility-package entry
This commit is contained in:
Contribucious
2020-05-04 15:27:47 +02:00
committed by GitHub
parent 6463898c5d
commit 0cfa737eff
3 changed files with 5 additions and 0 deletions

View File

@@ -79,6 +79,7 @@ namespace Bit.Droid.Accessibility
new Browser("org.bromite.bromite", "url_bar"),
new Browser("org.chromium.chrome", "url_bar"),
new Browser("org.codeaurora.swe.browser", "url_bar"),
new Browser("org.gnu.icecat", "url_bar_title"),
new Browser("org.iron.srware", "url_bar"),
new Browser("org.mozilla.fenix", "mozac_browser_toolbar_url_view"),
new Browser("org.mozilla.fenix.nightly", "mozac_browser_toolbar_url_view"),