/customization/search/providers.json
https://github.com/adrm/gaia · JSON · 26 lines · 26 code · 0 blank · 0 comment · 0 complexity · d490a5136b9b6f4d9484680e2ee924c8 MD5 · raw file
- [
- {
- "title": "Google",
- "urlTemplate": "https://www.google.com/search?q={searchTerms}",
- "suggestionsUrlTemplate": "https://www.google.com/complete/search?client=firefox&q={searchTerms}",
- "iconUrl": "google.ico"
- },
- {
- "title": "Yahoo",
- "urlTemplate": "https://search.yahoo.com/search?p={searchTerms}",
- "suggestionsUrlTemplate": "https://search.yahoo.com/sugg/ff?command={searchTerms}",
- "iconUrl": "yahoo.ico"
- },
- {
- "title": "Bing",
- "urlTemplate": "https://www.bing.com/search?q={searchTerms}",
- "suggestionsUrlTemplate": "http://api.bing.com/osjson.aspx?query={searchTerms}",
- "iconUrl": "bing.ico"
- },
- {
- "title": "DuckDuckGo",
- "urlTemplate": "https://duckduckgo.com/?t=ffos&q={searchTerms}",
- "suggestionsUrlTemplate": "https://ac.duckduckgo.com/ac/?q={searchTerms}&type=list",
- "iconUrl": "ddg.ico"
- }
- ]