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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « chrome/test/data/banners/manifest_no_type.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "name": "Manifest test app with no type in icons", 2 "name": "Manifest test app with no type in icons",
3 "icons": [ 3 "icons": [
4 { 4 {
5 "src": "launcher-icon-1x.png", 5 "src": "launcher-icon-1x.png",
6 "sizes": "48x48", 6 "sizes": "48x48"
7 "density": 1.0
8 }, 7 },
9 { 8 {
10 "src": "launcher-icon-1-5x.png", 9 "src": "launcher-icon-1-5x.png",
11 "sizes": "72x72", 10 "sizes": "72x72"
12 "density": 1.5
13 }, 11 },
14 { 12 {
15 "src": "launcher-icon-2x.png", 13 "src": "launcher-icon-2x.png",
16 "sizes": "96x96", 14 "sizes": "96x96"
17 "density": 2.0
18 }, 15 },
19 { 16 {
20 "src": "launcher-icon-3x-upper.PNG", 17 "src": "launcher-icon-3x-upper.PNG",
21 "sizes": "144x144", 18 "sizes": "144x144"
22 "density": 3.0 19 },
20 {
21 "src": "launcher-icon-4x.png",
22 "sizes": "192x192",
23 "type": "image/png"
23 } 24 }
24 ], 25 ],
25 "start_url": "manifest_no_type_caps_test_page.html", 26 "start_url": "manifest_no_type_caps_test_page.html",
26 "display": "standalone", 27 "display": "standalone",
27 "orientation": "landscape" 28 "orientation": "landscape"
28 } 29 }
OLDNEW
« 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