namespace Flow.Launcher.Plugin.Url
{
public class Settings
public string BrowserPath { get; set; }
public bool OpenInNewBrowserWindow { get; set; } = true;
}