mirror of
https://github.com/golang/go
synced 2024-11-24 07:30:10 -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:
parent
a49172663c
commit
b213891c06
@ -8,7 +8,7 @@
|
||||
},
|
||||
"browser_action": {
|
||||
"default_icon": "gopher.png",
|
||||
"popup": "popup.html"
|
||||
"default_popup": "popup.html"
|
||||
},
|
||||
"omnibox": { "keyword": "golang" },
|
||||
"icons": {
|
||||
|
Loading…
Reference in New Issue
Block a user