]> Cypherpunks repositories - gostls13.git/commitdiff
[release-branch.go1] misc/chrome/gophertool: fix manifest
authorShenghou Ma <minux.ma@gmail.com>
Fri, 21 Sep 2012 19:53:59 +0000 (05:53 +1000)
committerShenghou Ma <minux.ma@gmail.com>
Fri, 21 Sep 2012 19:53:59 +0000 (05:53 +1000)
««« 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

»»»

misc/chrome/gophertool/manifest.json

index 1a2e9203005cb8735c76468d936d4a55eb22731b..04386594ae57902e6dd665dff7acf58eaa6798f5 100644 (file)
@@ -8,7 +8,7 @@
   },
   "browser_action": {
     "default_icon": "gopher.png",
-    "popup": "popup.html"
+    "default_popup": "popup.html"
   },
   "omnibox": { "keyword": "golang" },
   "icons": {