Index: chrome/test/data/banners/manifest_no_type_caps.json |
diff --git a/chrome/test/data/banners/manifest_no_type_caps.json b/chrome/test/data/banners/manifest_no_type_caps.json |
index a9ce4de8b72cd84612c265645939aea8e99a1a1e..d4272cfc0407faeaa605bdef394226e95c09903a 100644 |
--- a/chrome/test/data/banners/manifest_no_type_caps.json |
+++ b/chrome/test/data/banners/manifest_no_type_caps.json |
@@ -3,23 +3,24 @@ |
"icons": [ |
{ |
"src": "launcher-icon-1x.png", |
- "sizes": "48x48", |
- "density": 1.0 |
+ "sizes": "48x48" |
}, |
{ |
"src": "launcher-icon-1-5x.png", |
- "sizes": "72x72", |
- "density": 1.5 |
+ "sizes": "72x72" |
}, |
{ |
"src": "launcher-icon-2x.png", |
- "sizes": "96x96", |
- "density": 2.0 |
+ "sizes": "96x96" |
}, |
{ |
"src": "launcher-icon-3x-upper.PNG", |
- "sizes": "144x144", |
- "density": 3.0 |
+ "sizes": "144x144" |
+ }, |
+ { |
+ "src": "launcher-icon-4x.png", |
+ "sizes": "192x192", |
+ "type": "image/png" |
} |
], |
"start_url": "manifest_no_type_caps_test_page.html", |