From: Shenghou Ma Date: Fri, 21 Sep 2012 19:53:59 +0000 (+1000) Subject: [release-branch.go1] misc/chrome/gophertool: fix manifest X-Git-Tag: go1.0.3~168 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=171e72bf28bda96328a6580f58bfa95398e6bd18;p=gostls13.git [release-branch.go1] misc/chrome/gophertool: fix manifest ««« backport 100ddb84c85d 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 »»» --- diff --git a/misc/chrome/gophertool/manifest.json b/misc/chrome/gophertool/manifest.json index 1a2e920300..04386594ae 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": {