OLD | NEW |
1 { | 1 { |
2 "name": "Manifest test app", | 2 "name": "Manifest test app2", |
3 "short_name": "App", | 3 "short_name": "App", |
4 "icons": [ | 4 "icons": [ |
5 { | 5 { |
6 "src": "image-512px.png", | 6 "src": "image-512px.png", |
7 "sizes": "512x512", | 7 "sizes": "512x512", |
8 "type": "image/png" | 8 "type": "image/png" |
9 } | 9 } |
10 ], | 10 ], |
11 "start_url": "manifest_test_page.html", | 11 "start_url": "manifest_test_page2.html", |
12 "display": "standalone", | 12 "display": "standalone", |
13 "orientation": "landscape" | 13 "orientation": "landscape" |
14 } | 14 } |
OLD | NEW |