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

Unified Diff: chrome/test/data/banners/manifest.json

Issue 2641413002: Allow InstallableManager to fetch optional badge icon (Closed)
Patch Set: Fix rebase Created 3 years, 11 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/installable/installable_manager_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/banners/manifest.json
diff --git a/chrome/test/data/banners/manifest.json b/chrome/test/data/banners/manifest.json
index f458366bc263ab2b398ac34f7987d2937f9a95a4..72a5f60a98399ddf608a017512cfdbe47d12e295 100644
--- a/chrome/test/data/banners/manifest.json
+++ b/chrome/test/data/banners/manifest.json
@@ -14,7 +14,8 @@
{
"src": "launcher-icon-2x.png",
"sizes": "96x96",
- "type": "image/png"
+ "type": "image/png",
+ "purpose": "any badge"
},
{
"src": "launcher-icon-3x.png",
« no previous file with comments | « chrome/browser/installable/installable_manager_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698