Index: chrome/test/data/banners/manifest.json |
diff --git a/chrome/test/data/banners/manifest.json b/chrome/test/data/banners/manifest.json |
index cafff5bb4d3a1e821bf7e701f716e9232f50c92f..89429dc9057aef9204ef5b36a943692cfa2577c4 100644 |
--- a/chrome/test/data/banners/manifest.json |
+++ b/chrome/test/data/banners/manifest.json |
@@ -4,26 +4,27 @@ |
{ |
"src": "launcher-icon-1x.png", |
"sizes": "48x48", |
- "type": "image/png", |
- "density": 1.0 |
+ "type": "image/png" |
}, |
{ |
"src": "launcher-icon-1-5x.png", |
"sizes": "72x72", |
- "type": "image/png", |
- "density": 1.5 |
+ "type": "image/png" |
}, |
{ |
"src": "launcher-icon-2x.png", |
"sizes": "96x96", |
- "type": "image/png", |
- "density": 2.0 |
+ "type": "image/png" |
}, |
{ |
"src": "launcher-icon-3x.png", |
"sizes": "144x144", |
- "type": "image/png", |
- "density": 3.0 |
+ "type": "image/png" |
+ }, |
+ { |
+ "src": "launcher-icon-4x.png", |
+ "sizes": "192x192", |
+ "type": "image/png" |
} |
], |
"start_url": "manifest_test_page.html", |