Skip to content

Instantly share code, notes, and snippets.

@yunginnanet
Last active July 7, 2022 15:25
Show Gist options
  • Save yunginnanet/0a33932734bc1c24a83e067ae2c2181b to your computer and use it in GitHub Desktop.
Save yunginnanet/0a33932734bc1c24a83e067ae2c2181b to your computer and use it in GitHub Desktop.
github-go-search
{
"name": "GitHub Go Search",
"description": "Add Golang GitHub results to your search engines",
"version": "0.1",
"manifest_version": 2,
"icons": {
"20": "icon.svg",
"48": "icon.svg",
"96": "icon.svg"
},
"applications":{
"gecko": {
"id": "[email protected]",
"strict_min_version": "64.0"
}
},
"developer": {
"name": "kayos",
"url": "https://tcp.direct"
},
"chrome_settings_overrides": {
"search_provider": {
"name": "GitHub Go",
"keyword": "@go",
"favicon_url": "https://go.dev/favicon.ico",
"search_url": "https://github.com/search?l=go&q={searchTerms}"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment