summaryrefslogtreecommitdiff
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
commit62ef264e3c25b2ff791e566fa85f4c72dee68595 (patch)
tree4cae0542232604f260b0625e884ab945867152e9 /misc/chrome
parent362618af0d1f0a309454405e6abec2168cf69047 (diff)
downloadgo-62ef264e3c25b2ff791e566fa85f4c72dee68595.tar.gz
gophertool: make the keyword 'golang'
R=bradfitz CC=golang-dev http://codereview.appspot.com/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 9a936ca8b..3a2540a86 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"
},