39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
[
|
|
{
|
|
"iconPath": ":duckduckgo",
|
|
"name": "DuckDuckGo",
|
|
"trigger": "dd ",
|
|
"url": "https://duckduckgo.com/?q=%s"
|
|
},
|
|
{
|
|
"iconPath": "/home/scott/.config/albert/org.albert.extension.websearch/{a94b5f49-76c2-43fb-9ddf-50c62224ff9c}.png",
|
|
"name": "Wikipedia",
|
|
"trigger": "wiki",
|
|
"url": "https://en.wikipedia.org/w/index.php?search=%s"
|
|
},
|
|
{
|
|
"iconPath": ":google",
|
|
"name": "Google",
|
|
"trigger": "gg ",
|
|
"url": "https://www.google.com/search?q=%s"
|
|
},
|
|
{
|
|
"iconPath": ":youtube",
|
|
"name": "Youtube",
|
|
"trigger": "yt ",
|
|
"url": "https://www.youtube.com/results?search_query=%s"
|
|
},
|
|
{
|
|
"iconPath": "/home/scott/.config/albert/org.albert.extension.websearch/{68017180-2a33-4978-b8e3-08ec64bcc65e}.",
|
|
"name": "Amazon",
|
|
"trigger": "ama ",
|
|
"url": "http://www.amazon.co.uk/s/?field-keywords=%s"
|
|
},
|
|
{
|
|
"iconPath": ":github",
|
|
"name": "GitHub",
|
|
"trigger": "gh ",
|
|
"url": "https://github.com/search?utf8=✓&q=%s"
|
|
}
|
|
]
|