Revision: 6111 Author: [email protected] Date: Thu Sep 10 07:24:58 2009 Log: Add additional icon sizes for Chrome extension.
http://code.google.com/p/google-web-toolkit/source/detail?r=6111 Added: /trunk/plugins/npapi/prebuilt/gwt128.png /trunk/plugins/npapi/prebuilt/gwt16.png /trunk/plugins/npapi/prebuilt/gwt64.png Modified: /trunk/plugins/npapi/prebuilt/gwt32.png /trunk/plugins/npapi/prebuilt/manifest.json ======================================= --- /dev/null +++ /trunk/plugins/npapi/prebuilt/gwt128.png Thu Sep 10 07:24:58 2009 Binary file, no diff available. ======================================= --- /dev/null +++ /trunk/plugins/npapi/prebuilt/gwt16.png Thu Sep 10 07:24:58 2009 Binary file, no diff available. ======================================= --- /dev/null +++ /trunk/plugins/npapi/prebuilt/gwt64.png Thu Sep 10 07:24:58 2009 Binary file, no diff available. ======================================= --- /trunk/plugins/npapi/prebuilt/gwt32.png Wed Sep 9 15:45:43 2009 +++ /trunk/plugins/npapi/prebuilt/gwt32.png Thu Sep 10 07:24:58 2009 Binary file, no diff available. ======================================= --- /trunk/plugins/npapi/prebuilt/manifest.json Wed Sep 9 15:45:43 2009 +++ /trunk/plugins/npapi/prebuilt/manifest.json Thu Sep 10 07:24:58 2009 @@ -3,7 +3,10 @@ "version": "0.9.0", "description": "A plugin to enable debugging with GWT's Development Mode", "icons": { - "32": "gwt32.png" + "16": "gwt16.png", + "32": "gwt32.png", + "64": "gwt64.png", + "128": "gwt128.png" }, "plugins": [ { "path": "winnt_x86-msvc/npOOPHM.dll", "public": true } --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
