diff --git a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Main.cs b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Main.cs index a48d70f2d46..d1ed8412fe7 100644 --- a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Main.cs +++ b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Main.cs @@ -68,7 +68,7 @@ public List Query(Query query) { Title = c.Name, SubTitle = c.Url, - IcoPath = @"Images\bookmark.png", + IcoPath = $"https://www.google.com/s2/favicons?domain={c.Url}&sz=64", Score = BookmarkLoader.MatchProgram(c, param).Score, Action = _ => { @@ -90,7 +90,7 @@ public List Query(Query query) { Title = c.Name, SubTitle = c.Url, - IcoPath = @"Images\bookmark.png", + IcoPath = $"https://www.google.com/s2/favicons?domain={c.Url}&sz=64", Score = 5, Action = _ => {