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": "bad_icon.png", | 5 "src": "long_murmur2_hash_icon.png", |
| 6 "type": "image/png", | 6 "type": "image/png", |
| 7 "sizes": "192x192" | 7 "sizes": "192x192" |
| 8 } | 8 } |
| 9 ], | 9 ], |
| 10 "start_url": "manifest_test_page.html", | 10 "start_url": "manifest_test_page.html", |
| 11 "display": "standalone", | 11 "display": "standalone", |
| 12 "orientation": "landscape" | 12 "orientation": "landscape" |
| 13 } | 13 } |
| OLD | NEW |