Skip to content

Instantly share code, notes, and snippets.

@sortega
Created March 1, 2021 13:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sortega/ac7e75f4bc5c2594797f597dfff1484d to your computer and use it in GitHub Desktop.
Save sortega/ac7e75f4bc5c2594797f597dfff1484d to your computer and use it in GitHub Desktop.
Search config
{
"file_version": "2.0",
"preferences": {
"custom_engines": {
"ggl": {
"name": "Google Search",
"url": "https://www.google.co.in/search?q={searchTerms}",
"category": "",
"description": "Google Search"
},
"bing": {
"name": "Bing Search",
"url": "https://www.bing.com/search?q={searchTerms}",
"category": "",
"description": "Bing Search"
},
"ddg": {
"name": "Duck Duck Go",
"url": "https://duckduckgo.com/?q={searchTerms}",
"category": "",
"description": "Duck Duck Go"
},
"conf": {
"name": "Letgo Confluence",
"url": "https://ambatana.atlassian.net/wiki/search?text={searchTerms}",
"category": "letgo",
"description": "Letgo Confluence"
},
"github": {
"name": "Letgo Github",
"url": "https://github.com/search?q=org%3Aletgoapp&type=code&q={searchTerms}",
"category": "letgo",
"description": "Letgo Github"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment