iso-profiles/mabox-en/desktop-overlay/etc/skel/.config/dmenu-extended/config/internetSearch.json

21 lines
550 B
JSON
Raw Normal View History

2019-11-01 17:22:26 +01:00
{
"default": "Google",
"providers": [
{
"title": "Google",
"url": "https://www.google.com/search?q={searchterm}"
},
{
"title": "Wikipedia",
"url": "https://en.wikipedia.org/wiki/Special:Search?search={searchterm}"
},
{
"title": "Google images",
"url": "https://www.google.com/images?q={searchterm}"
},
{
"title": "Github",
"url": "https://github.com/search?q={searchterm}"
}
]
}