Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(163)

Unified Diff: components/chrome_apps/webstore_widget/manifest.json

Issue 1211033002: Set icon for Chrome Webstore Gallery Widget app (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"]

Powered by Google App Engine
This is Rietveld 408576698