Skip to content

Commit b213891

Browse files
committed
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
1 parent a491726 commit b213891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/chrome/gophertool/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"browser_action": {
1010
"default_icon": "gopher.png",
11-
"popup": "popup.html"
11+
"default_popup": "popup.html"
1212
},
1313
"omnibox": { "keyword": "golang" },
1414
"icons": {

0 commit comments

Comments
 (0)