From 49519595b0597ebb64e3624ffe97ed4b4b1ea982 Mon Sep 17 00:00:00 2001 From: Shenghou Ma Date: Thu, 5 Jul 2012 16:52:13 -0400 Subject: 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 --- misc/chrome/gophertool/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/chrome') 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": { -- cgit v1.2.1