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

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: Rebase on registry patch and add register call Created 5 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/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",
mlamouri (slow - plz ping) 2015/09/02 16:56:58 nit: I really don't like these names because nothi
Lalit Maganti 2015/09/02 17:15:42 Done.
+ "sizes": "512x512",
+ "type": "image/png"
}
],
"start_url": "manifest_test_page.html",

Powered by Google App Engine
This is Rietveld 408576698