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

Unified Diff: chrome/test/data/banners/manifest_no_type.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.json ('k') | chrome/test/data/banners/manifest_no_type_caps.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/banners/manifest_no_type.json
diff --git a/chrome/test/data/banners/manifest_no_type.json b/chrome/test/data/banners/manifest_no_type.json
index f77710ffe6e16a93436f7380b10f39b29764cd33..7427397a90195b4d762cc6f682db684bad00b4d6 100644
--- a/chrome/test/data/banners/manifest_no_type.json
+++ b/chrome/test/data/banners/manifest_no_type.json
@@ -3,23 +3,23 @@
"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.png",
- "sizes": "144x144",
- "density": 3.0
+ "sizes": "144x144"
+ },
+ {
+ "src": "launcher-icon-4x.png",
+ "sizes": "192x192"
}
],
"start_url": "manifest_no_type_test_page.html",
« no previous file with comments | « chrome/test/data/banners/manifest.json ('k') | chrome/test/data/banners/manifest_no_type_caps.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698