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

Unified Diff: chrome/browser/resources/webstore_app/manifest.json

Issue 10823115: crbug.com/124865 - DCHECK failure when pinning Chrome Web Store to Launcher (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 5 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
« no previous file with comments | « chrome/browser/resources/webstore_app/images/icon16.png ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/webstore_app/manifest.json
diff --git a/chrome/browser/resources/webstore_app/manifest.json b/chrome/browser/resources/webstore_app/manifest.json
index a08a6ea5ac7d88dbd505bc8b184563e90b70d18d..2f5810e6e6c93f9e822ed500cd94aaa1322f21e1 100644
--- a/chrome/browser/resources/webstore_app/manifest.json
+++ b/chrome/browser/resources/webstore_app/manifest.json
@@ -4,6 +4,8 @@
"version": "0.1",
"description": "Web Store",
"icons": {
+ "16": "images/icon16.png",
+ "128": "images/icon128.png"
},
"app": {
"launch": {
« no previous file with comments | « chrome/browser/resources/webstore_app/images/icon16.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698