misc/chrome/gophertool: fix manifest

according to http://code.google.com/chrome/extensions/browserAction.html,
it should use "default_popup" instead of "popup".

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/6349077
This commit is contained in:
Shenghou Ma 2012-07-05 16:52:13 -04:00
parent a49172663c
commit b213891c06

View file

@ -8,7 +8,7 @@
},
"browser_action": {
"default_icon": "gopher.png",
"popup": "popup.html"
"default_popup": "popup.html"
},
"omnibox": { "keyword": "golang" },
"icons": {