Index: components/chrome_apps/webstore_widget/manifest.json |
diff --git a/components/chrome_apps/webstore_widget/manifest.json b/components/chrome_apps/webstore_widget/manifest.json |
index 5cbb8f639572c814f67bb97a9b19b286af98f034..2dcf938d4c6dd21278271096a0c089048636b427 100644 |
--- a/components/chrome_apps/webstore_widget/manifest.json |
+++ b/components/chrome_apps/webstore_widget/manifest.json |
@@ -15,6 +15,12 @@ |
"cws_widget/cws_widget_container_error_dialog.js" |
], |
+ "icons": { |
+ "16": "app/icons/icon_16.png", |
+ "32": "app/icons/icon_32.png", |
+ "128": "app/icons/icon_128.png" |
+ }, |
+ |
"app": { |
"background": { |
"scripts": ["app/background.js"] |