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

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

Issue 1310223002: webapps: initial addition of splash screen icon downloading (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@webapps-database-exp
Patch Set: Add tests and address comment Created 5 years, 4 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/test/data/banners/manifest.json
diff --git a/chrome/test/data/banners/manifest.json b/chrome/test/data/banners/manifest.json
index 89429dc9057aef9204ef5b36a943692cfa2577c4..1ea86a3643a21cd91ebce14673bddce56b70282b 100644
--- a/chrome/test/data/banners/manifest.json
+++ b/chrome/test/data/banners/manifest.json
@@ -25,6 +25,11 @@
"src": "launcher-icon-4x.png",
"sizes": "192x192",
"type": "image/png"
+ },
+ {
+ "src": "splash-image.png",
+ "sizes": "512x512",
+ "type": "image/png"
}
],
"start_url": "manifest_test_page.html",

Powered by Google App Engine
This is Rietveld 408576698