aboutsummaryrefslogtreecommitdiffstats
path: root/manifest.json
blob: ccb627ea7a1ca37a96db65c73304d50e44bdd40d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
	"manifest_version": 2,

	"name": "Godocs.io Search",
	"version": "0.0.1",

	"chrome_settings_overrides": {
		"search_provider": {
			"name": "Godocs.io",
			"search_url": "https://godocs.io/?q={searchTerms}",
			"keyword": "@godoc",
			"favicon_url": "https://godocs.io/favicon.ico"
		}
	}
}