mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
146 lines
No EOL
3.9 KiB
JSON
146 lines
No EOL
3.9 KiB
JSON
{
|
|
"WebSearches": [
|
|
{
|
|
"Title": "Google",
|
|
"ActionKeyword": "*",
|
|
"IconPath": "Images\\google.png",
|
|
"Url": "https://www.google.com/search?q={q}",
|
|
"Enabled": true
|
|
},
|
|
{
|
|
"Title": "YouTube",
|
|
"ActionKeyword": "youtube",
|
|
"IconPath": "Images\\youtube.png",
|
|
"Url": "http://www.youtube.com/results?search_query={q}",
|
|
"Enabled": true
|
|
},
|
|
{
|
|
"Title": "Netflix",
|
|
"ActionKeyword": "netflix",
|
|
"IconPath": "Images\\netflix.png",
|
|
"Url": "https://www.netflix.com/search?q={q}",
|
|
"Enabled": true
|
|
},
|
|
{
|
|
"Title": "Google Translate",
|
|
"ActionKeyword": "translate",
|
|
"IconPath": "Images\\google_translate.png",
|
|
"Url": "http://translate.google.com/#auto|en|{q}",
|
|
"Enabled": true
|
|
},
|
|
{
|
|
"Title": "Gmail",
|
|
"ActionKeyword": "gmail",
|
|
"IconPath": "Images\\gmail.png",
|
|
"Url": "https://mail.google.com/mail/ca/u/0/#apps/{q}",
|
|
"Enabled": true
|
|
},
|
|
{
|
|
"Title": "Google Drive",
|
|
"ActionKeyword": "drive",
|
|
"IconPath": "Images\\google_drive.png",
|
|
"Url": "http://drive.google.com/?hl=en&tab=bo#search/{q}",
|
|
"Enabled": true
|
|
},
|
|
{
|
|
"Title": "YouTube Music",
|
|
"ActionKeyword": "ytmusic",
|
|
"IconPath": "Images\\youtubemusic.png",
|
|
"Url": "https://music.youtube.com/search?q={q}",
|
|
"Enabled": true
|
|
},
|
|
{
|
|
"Title": "Wikipedia",
|
|
"ActionKeyword": "wiki",
|
|
"IconPath": "Images\\wiki.png",
|
|
"Url": "http://en.wikipedia.org/wiki/{q}",
|
|
"Enabled": true
|
|
},
|
|
{
|
|
"Title": "Facebook",
|
|
"ActionKeyword": "facebook",
|
|
"IconPath": "Images\\facebook.png",
|
|
"Url": "http://www.facebook.com/search/?q={q}",
|
|
"Enabled": true
|
|
},
|
|
{
|
|
"Title": "Twitter",
|
|
"ActionKeyword": "twitter",
|
|
"IconPath": "Images\\twitter.png",
|
|
"Url": "http://twitter.com/search?q={q}",
|
|
"Enabled": true
|
|
},
|
|
{
|
|
"Title": "Google Maps",
|
|
"ActionKeyword": "maps",
|
|
"IconPath": "Images\\google_maps.png",
|
|
"Url": "http://maps.google.com/maps?q={q}",
|
|
"Enabled": true
|
|
},
|
|
{
|
|
"Title": "DuckDuckGo",
|
|
"ActionKeyword": "duckduckgo",
|
|
"IconPath": "Images\\duckduckgo.png",
|
|
"Url": "https://duckduckgo.com/?q={q}",
|
|
"Enabled": true
|
|
},
|
|
{
|
|
"Title": "GitHub",
|
|
"ActionKeyword": "github",
|
|
"IconPath": "Images\\github.png",
|
|
"Url": "https://github.com/search?q={q}",
|
|
"Enabled": true
|
|
},
|
|
{
|
|
"Title": "GitHub Gist",
|
|
"ActionKeyword": "gist",
|
|
"IconPath": "Images\\gist.png",
|
|
"Url": "https://gist.github.com/search?q={q}",
|
|
"Enabled": true
|
|
},
|
|
{
|
|
"Title": "WolframAlpha",
|
|
"ActionKeyword": "wolframalpha",
|
|
"IconPath": "Images\\wolframalpha.png",
|
|
"Url": "http://www.wolframalpha.com/input/?i={q}",
|
|
"Enabled": true
|
|
},
|
|
{
|
|
"Title": "Stack Overflow",
|
|
"ActionKeyword": "stackoverflow",
|
|
"IconPath": "Images\\stackoverflow.png",
|
|
"Url": "http://stackoverflow.com/search?q={q}",
|
|
"Enabled": true
|
|
},
|
|
{
|
|
"Title": "I'm Feeling Lucky",
|
|
"ActionKeyword": "lucky",
|
|
"IconPath": "Images\\google.png",
|
|
"Url": "http://google.com/search?q={q}&btnI=I",
|
|
"Enabled": true
|
|
},
|
|
{
|
|
"Title": "Google Images",
|
|
"ActionKeyword": "image",
|
|
"IconPath": "Images\\google.png",
|
|
"Url": "https://www.google.com/search?q={q}&tbm=isch",
|
|
"Enabled": true
|
|
},
|
|
{
|
|
"Title": "Bing",
|
|
"ActionKeyword": "bing",
|
|
"IconPath": "Images\\bing.png",
|
|
"URL": "https://www.bing.com/search?q={q}",
|
|
"Enabled": true
|
|
},
|
|
{
|
|
"Title": "Yahoo",
|
|
"ActionKeyword": "yahoo",
|
|
"IconPath": "Images\\yahoo.png",
|
|
"URL": "http://www.search.yahoo.com/search?p={q}",
|
|
"Enabled": true
|
|
}
|
|
],
|
|
"EnableSuggestion": false,
|
|
"Suggestion": "Google"
|
|
} |