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

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

Issue 1285063003: manifest: rework icon selector to include small icon cut-off (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix final comments 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
« no previous file with comments | « chrome/test/data/banners/manifest_no_type.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « chrome/test/data/banners/manifest_no_type.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698