Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "name": "Manifest test app", | 2 "name": "Manifest test app", |
|
dominickn
2016/09/20 00:25:02
Instead of creating new test files, can you use ch
pkotwicz
2016/09/20 02:34:29
Thank you for the suggestion. Unfortunately, chrom
dominickn
2016/09/20 02:41:25
Acknowledged.
| |
| 3 "short_name": "App", | |
| 4 "icons": [ | 3 "icons": [ |
| 5 { | 4 { |
| 6 "src": "image-512px.png", | 5 "src": "image-512px.png", |
| 7 "sizes": "512x512", | 6 "sizes": "512x512", |
| 8 "type": "image/png" | 7 "type": "image/png" |
| 9 } | 8 } |
| 10 ], | 9 ], |
| 11 "start_url": "manifest_test_page.html", | 10 "start_url": "manifest_one_icon_test_page.html", |
| 12 "display": "standalone", | 11 "display": "standalone", |
| 13 "orientation": "landscape" | 12 "orientation": "landscape" |
| 14 } | 13 } |
| OLD | NEW |