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

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: Fix compile 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
« no previous file with comments | « chrome/test/data/banners/image-512px.png ('k') | chrome/test/data/webapps/image-512px.png » ('j') | 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 89429dc9057aef9204ef5b36a943692cfa2577c4..f458366bc263ab2b398ac34f7987d2937f9a95a4 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": "image-512px.png",
+ "sizes": "512x512",
+ "type": "image/png"
}
],
"start_url": "manifest_test_page.html",
« no previous file with comments | « chrome/test/data/banners/image-512px.png ('k') | chrome/test/data/webapps/image-512px.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698