Created
March 1, 2021 13:31
-
-
Save sortega/ac7e75f4bc5c2594797f597dfff1484d to your computer and use it in GitHub Desktop.
Search config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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