aboutsummaryrefslogtreecommitdiff
path: root/misc/chrome
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2011-06-01 07:24:33 +1000
committerRob Pike <r@golang.org>2011-06-01 07:24:33 +1000
commit378c806c31ad47b67918f18f75c8b096aa090757 (patch)
treef2d0b012b422a08ad5058b4398dcf4912c875b1d /misc/chrome
parentfecab4058655c14887b4109b508c7fc640b3b563 (diff)
downloadgo-378c806c31ad47b67918f18f75c8b096aa090757.tar.gz
go-378c806c31ad47b67918f18f75c8b096aa090757.zip
gophertool: make the keyword 'golang'
R=bradfitz CC=golang-dev https://golang.org/cl/4529102
Diffstat (limited to 'misc/chrome')
-rw-r--r--misc/chrome/gophertool/manifest.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/chrome/gophertool/manifest.json b/misc/chrome/gophertool/manifest.json
index 9a936ca8bf..3a2540a862 100644
--- a/misc/chrome/gophertool/manifest.json
+++ b/misc/chrome/gophertool/manifest.json
@@ -7,7 +7,7 @@
"default_icon": "gopher.png",
"popup": "popup.html"
},
- "omnibox": { "keyword": "go" },
+ "omnibox": { "keyword": "golang" },
"icons": {
"16": "gopher.png"
},