/customization/search/providers.json

https://github.com/adrm/gaia · JSON · 26 lines · 26 code · 0 blank · 0 comment · 0 complexity · d490a5136b9b6f4d9484680e2ee924c8 MD5 · raw file

  1. [
  2. {
  3. "title": "Google",
  4. "urlTemplate": "https://www.google.com/search?q={searchTerms}",
  5. "suggestionsUrlTemplate": "https://www.google.com/complete/search?client=firefox&q={searchTerms}",
  6. "iconUrl": "google.ico"
  7. },
  8. {
  9. "title": "Yahoo",
  10. "urlTemplate": "https://search.yahoo.com/search?p={searchTerms}",
  11. "suggestionsUrlTemplate": "https://search.yahoo.com/sugg/ff?command={searchTerms}",
  12. "iconUrl": "yahoo.ico"
  13. },
  14. {
  15. "title": "Bing",
  16. "urlTemplate": "https://www.bing.com/search?q={searchTerms}",
  17. "suggestionsUrlTemplate": "http://api.bing.com/osjson.aspx?query={searchTerms}",
  18. "iconUrl": "bing.ico"
  19. },
  20. {
  21. "title": "DuckDuckGo",
  22. "urlTemplate": "https://duckduckgo.com/?t=ffos&q={searchTerms}",
  23. "suggestionsUrlTemplate": "https://ac.duckduckgo.com/ac/?q={searchTerms}&type=list",
  24. "iconUrl": "ddg.ico"
  25. }
  26. ]