diff --git a/InstalledBrowsers.cs b/InstalledBrowsers.cs index 8421e23..e4949de 100644 --- a/InstalledBrowsers.cs +++ b/InstalledBrowsers.cs @@ -33,6 +33,8 @@ namespace ChrisKaczor.InstalledBrowsers Process.Start(Command, url); } + public static List InstalledBrowsers => GetInstalledBrowsers(true).Values.ToList(); + public static Dictionary GetInstalledBrowsers(bool includeSystemDefault) { var browsers = new Dictionary();