Chromium Code Reviews| Index: chrome/test/data/webapps/manifest.json |
| diff --git a/chrome/test/data/webapps/manifest.json b/chrome/test/data/webapps/manifest.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..97de0095740eaadd5a1f3187d86ace57222254b3 |
| --- /dev/null |
| +++ b/chrome/test/data/webapps/manifest.json |
| @@ -0,0 +1,14 @@ |
| +{ |
| + "name": "Manifest test app", |
| + "short_name": "App", |
| + "icons": [ |
| + { |
| + "src": "splash-image.png", |
|
mlamouri (slow - plz ping)
2015/09/02 16:56:58
ditto
Lalit Maganti
2015/09/02 17:15:42
Done.
|
| + "sizes": "512x512", |
| + "type": "image/png" |
| + } |
| + ], |
| + "start_url": "manifest_test_page.html", |
| + "display": "standalone", |
| + "orientation": "landscape" |
| +} |