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

Unified Diff: chrome/browser/resources/chromeos/arc_support/manifest.json

Issue 2360933003: [Merge-M54] arc: Use high-resolution icon for Play Store default item in app list. (Closed)
Patch Set: Created 4 years, 3 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: chrome/browser/resources/chromeos/arc_support/manifest.json
diff --git a/chrome/browser/resources/chromeos/arc_support/manifest.json b/chrome/browser/resources/chromeos/arc_support/manifest.json
index e9f30623cd5af8c9d6dd9a92a1e75dc52662e5f7..e43ade7541535073ee17fdc630001d79c970c639 100644
--- a/chrome/browser/resources/chromeos/arc_support/manifest.json
+++ b/chrome/browser/resources/chromeos/arc_support/manifest.json
@@ -12,11 +12,12 @@
"manifest_version": 2,
"name": "Play Store",
"icons": {
- "48": "icon/48.png"
+ "48": "icon/48.png",
+ "96": "icon/96.png"
},
"permissions": [ "webview",
"browser",
"nativeMessaging",
"chrome://resources/" ],
"version": "0.2.0.0"
-}
+}
« no previous file with comments | « chrome/browser/resources/chromeos/arc_support/icon/96.png ('k') | chrome/browser/resources/component_extension_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698