summaryrefslogtreecommitdiff
path: root/misc/chrome
diff options
context:
space:
mode:
authorShenghou Ma <minux.ma@gmail.com>2012-07-05 16:52:13 -0400
committerShenghou Ma <minux.ma@gmail.com>2012-07-05 16:52:13 -0400
commit49519595b0597ebb64e3624ffe97ed4b4b1ea982 (patch)
tree7d54069d7742287b961414d6bf4b73fd527d76ee /misc/chrome
parent1de582a12148af140b18fb746d39d54ee9d720b8 (diff)
downloadgo-49519595b0597ebb64e3624ffe97ed4b4b1ea982.tar.gz
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 http://codereview.appspot.com/6349077
Diffstat (limited to 'misc/chrome')
-rw-r--r--misc/chrome/gophertool/manifest.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/chrome/gophertool/manifest.json b/misc/chrome/gophertool/manifest.json
index 1a2e92030..04386594a 100644
--- a/misc/chrome/gophertool/manifest.json
+++ b/misc/chrome/gophertool/manifest.json
@@ -8,7 +8,7 @@
},
"browser_action": {
"default_icon": "gopher.png",
- "popup": "popup.html"
+ "default_popup": "popup.html"
},
"omnibox": { "keyword": "golang" },
"icons": {