Commit b213891c authored by Shenghou Ma's avatar Shenghou Ma

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
parent a4917266
......@@ -8,7 +8,7 @@
},
"browser_action": {
"default_icon": "gopher.png",
"popup": "popup.html"
"default_popup": "popup.html"
},
"omnibox": { "keyword": "golang" },
"icons": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment