From cde2224508cd3f36ce22a7beae4e63b4ba48e7b1 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Tue, 2 Mar 2021 05:54:31 +1100 Subject: [PATCH] fix missing google scholar action keyword --- Plugins/Flow.Launcher.Plugin.WebSearch/plugin.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/plugin.json b/Plugins/Flow.Launcher.Plugin.WebSearch/plugin.json index c7c1e1591ba..7dd6a1290a0 100644 --- a/Plugins/Flow.Launcher.Plugin.WebSearch/plugin.json +++ b/Plugins/Flow.Launcher.Plugin.WebSearch/plugin.json @@ -2,6 +2,7 @@ "ID": "565B73353DBF4806919830B9202EE3BF", "ActionKeywords": [ "*", + "sc", "wiki", "findicon", "facebook", @@ -25,7 +26,7 @@ "Name": "Web Searches", "Description": "Provide the web search ability", "Author": "qianlifeng", - "Version": "1.3.5", + "Version": "1.3.6", "Language": "csharp", "Website": "https://github.com/Flow-Launcher/Flow.Launcher", "ExecuteFileName": "Flow.Launcher.Plugin.WebSearch.dll",