diff --git a/Images/firefox.png b/Images/firefox.png new file mode 100644 index 0000000..fa02b66 Binary files /dev/null and b/Images/firefox.png differ diff --git a/Main.cs b/Main.cs index 1dfcb06..66a381d 100644 --- a/Main.cs +++ b/Main.cs @@ -72,6 +72,7 @@ private string GetBrowserIcoPath(string browserName) { "chrome" => "Images/chrome.png", "msedge" => "Images/msedge.png", + "firefox" => "Images/firefox.png", _ => "Images/chromium.png", }; } diff --git a/plugin.json b/plugin.json index 55d20d9..7790f04 100644 --- a/plugin.json +++ b/plugin.json @@ -4,7 +4,7 @@ "Name": "Browser Tabs", "Description": "Search, activate, or close browser tabs. A centralized plugin for managing all open tabs in your browser", "Author": "Jeremy Wu", - "Version": "1.1.0", + "Version": "1.1.1", "Language": "csharp", "Website": "https://github.com/Flow-Launcher/Flow.Launcher.Plugin.BrowserTabs", "ExecuteFileName": "Flow.Launcher.Plugin.BrowserTabs.dll",