support more browsers
This commit is contained in:
@@ -205,6 +205,9 @@ fn infer_browser_family_id(icon_key: Option<&str>) -> Option<String> {
|
||||
Some("chrome") => Some("chrome".to_string()),
|
||||
Some("edge") => Some("edge".to_string()),
|
||||
Some("brave") => Some("brave".to_string()),
|
||||
Some("vivaldi") => Some("vivaldi".to_string()),
|
||||
Some("yandex") => Some("yandex".to_string()),
|
||||
Some("chromium") => Some("chromium".to_string()),
|
||||
_ => None,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user