Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "name": "Manifest test app", | 2 "name": "Manifest test app", |
| 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 "type": "image/png" | 7 "type": "image/png" |
| 8 }, | 8 }, |
| 9 { | 9 { |
| 10 "src": "launcher-icon-1-5x.png", | 10 "src": "launcher-icon-1-5x.png", |
| 11 "sizes": "72x72", | 11 "sizes": "72x72", |
| 12 "type": "image/png" | 12 "type": "image/png" |
| 13 }, | 13 }, |
| 14 { | 14 { |
| 15 "src": "launcher-icon-2x.png", | 15 "src": "launcher-icon-2x.png", |
| 16 "sizes": "96x96", | 16 "sizes": "96x96", |
| 17 "type": "image/png" | 17 "type": "image/png" |
| 18 }, | 18 }, |
| 19 { | 19 { |
| 20 "src": "launcher-icon-3x.png", | 20 "src": "launcher-icon-3x.png", |
| 21 "sizes": "144x144", | 21 "sizes": "144x144", |
| 22 "type": "image/png" | 22 "type": "image/png" |
| 23 }, | 23 }, |
| 24 { | 24 { |
| 25 "src": "launcher-icon-4x.png", | 25 "src": "launcher-icon-4x.png", |
| 26 "sizes": "192x192", | 26 "sizes": "192x192", |
| 27 "type": "image/png" | 27 "type": "image/png" |
| 28 }, | |
| 29 { | |
| 30 "src": "splash-image.png", | |
|
mlamouri (slow - plz ping)
2015/09/02 16:56:58
nit: I really don't like these names because nothi
Lalit Maganti
2015/09/02 17:15:42
Done.
| |
| 31 "sizes": "512x512", | |
| 32 "type": "image/png" | |
| 28 } | 33 } |
| 29 ], | 34 ], |
| 30 "start_url": "manifest_test_page.html", | 35 "start_url": "manifest_test_page.html", |
| 31 "display": "standalone", | 36 "display": "standalone", |
| 32 "orientation": "landscape" | 37 "orientation": "landscape" |
| 33 } | 38 } |
| OLD | NEW |