Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions Plugins/Flow.Launcher.Plugin.WebSearch/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,22 @@ public Settings()
Enabled = true
},
new SearchSource
{
Title = "Youtube Music",
ActionKeyword = "ytmusic",
Icon = "youtubemusic.png",
Url = "https://music.youtube.com/search?q={q}",
Enabled = true
},
new SearchSource
{
Title = "Netflix",
ActionKeyword = "netflix",
Icon = "netflix.png",
Url = "https://www.netflix.com/search?q={q}",
Enabled = true
},
new SearchSource
{
Title = "Bing",
ActionKeyword = "bing",
Expand Down
4 changes: 3 additions & 1 deletion Plugins/Flow.Launcher.Plugin.WebSearch/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,16 @@
"lucky",
"image",
"youtube",
"ytmusic",
"netflix",
"bing",
"yahoo",
"bd"
],
"Name": "Web Searches",
"Description": "Provide the web search ability",
"Author": "qianlifeng",
"Version": "1.4.1",
"Version": "1.5.0",
"Language": "csharp",
"Website": "https://github.com/Flow-Launcher/Flow.Launcher",
"ExecuteFileName": "Flow.Launcher.Plugin.WebSearch.dll",
Expand Down
146 changes: 0 additions & 146 deletions Plugins/Flow.Launcher.Plugin.WebSearch/setting.json

This file was deleted.