Add 48x48 icon.


git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@6115 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/plugins/npapi/prebuilt/gwtdmp/gwt48.png b/plugins/npapi/prebuilt/gwtdmp/gwt48.png
new file mode 100644
index 0000000..e8a4172
--- /dev/null
+++ b/plugins/npapi/prebuilt/gwtdmp/gwt48.png
Binary files differ
diff --git a/plugins/npapi/prebuilt/gwtdmp/manifest.json b/plugins/npapi/prebuilt/gwtdmp/manifest.json
index 177236d..ad68f94 100644
--- a/plugins/npapi/prebuilt/gwtdmp/manifest.json
+++ b/plugins/npapi/prebuilt/gwtdmp/manifest.json
@@ -1,14 +1,15 @@
-{

-  "name": "GWT Development Mode Plugin",

-  "version": "0.9.0",

-  "description": "A plugin to enable debugging with GWT's Development Mode",

-  "icons": {

-    "16": "gwt16.png",

-    "32": "gwt32.png",

-    "64": "gwt64.png",

-    "128": "gwt128.png"

-  },

-  "plugins": [

-    { "path": "WINNT_x86-msvc/npOOPHM.dll", "public": true }

-  ]

-}

+{
+  "name": "GWT Development Mode Plugin",
+  "version": "0.9.0",
+  "description": "A plugin to enable debugging with GWT's Development Mode",
+  "icons": {
+    "16": "gwt16.png",
+    "32": "gwt32.png",
+    "48": "gwt48.png",
+    "64": "gwt64.png",
+    "128": "gwt128.png"
+  },
+  "plugins": [
+    { "path": "WINNT_x86-msvc/npOOPHM.dll", "public": true }
+  ]
+}