-
-
Notifications
You must be signed in to change notification settings - Fork 602
Expand file tree
/
Copy pathplugin.json
More file actions
36 lines (36 loc) · 737 Bytes
/
plugin.json
File metadata and controls
36 lines (36 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"ID": "565B73353DBF4806919830B9202EE3BF",
"ActionKeywords": [
"*",
"sc",
"wiki",
"findicon",
"facebook",
"twitter",
"maps",
"translate",
"duckduckgo",
"github",
"gist",
"gmail",
"drive",
"wolframalpha",
"stackoverflow",
"lucky",
"image",
"youtube",
"bing",
"yahoo",
"bd"
],
"HideActionKeywordPanel": true,
"Name": "Web Searches",
"Description": "Provide the web search ability",
"Author": "qianlifeng",
"Version": "1.0.0",
"Language": "csharp",
"Website": "https://github.com/Flow-Launcher/Flow.Launcher",
"ExecuteFileName": "Flow.Launcher.Plugin.WebSearch.dll",
"IcoPath": "Images\\web_search.png",
"SearchDelayTime": 450
}