Last active
July 7, 2022 15:25
-
-
Save yunginnanet/0a33932734bc1c24a83e067ae2c2181b to your computer and use it in GitHub Desktop.
github-go-search
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
{ | |
"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