1
0
mirror of https://github.com/golang/go synced 2024-11-24 09:40:08 -07:00

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": { "browser_action": {
"default_icon": "gopher.png", "default_icon": "gopher.png",
"popup": "popup.html" "default_popup": "popup.html"
}, },
"omnibox": { "keyword": "golang" }, "omnibox": { "keyword": "golang" },
"icons": { "icons": {