From: Shenghou Ma Date: Thu, 5 Jul 2012 20:52:13 +0000 (-0400) Subject: misc/chrome/gophertool: fix manifest X-Git-Tag: go1.1rc2~2831 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=b213891c06aece21cdfe0e8ebb672f061bb2d7e2;p=gostls13.git 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": {