| Index: chrome/test/data/banners/manifest_one_icon.json
|
| diff --git a/chrome/test/data/webapps/manifest.json b/chrome/test/data/banners/manifest_one_icon.json
|
| similarity index 75%
|
| copy from chrome/test/data/webapps/manifest.json
|
| copy to chrome/test/data/banners/manifest_one_icon.json
|
| index c26ce20d6ca80885eb1d419de1b5121c0ae1dd27..ad5e4994fde789e9174097b4fc02385313d21783 100644
|
| --- a/chrome/test/data/webapps/manifest.json
|
| +++ b/chrome/test/data/banners/manifest_one_icon.json
|
| @@ -1,6 +1,5 @@
|
| {
|
| "name": "Manifest test app",
|
| - "short_name": "App",
|
| "icons": [
|
| {
|
| "src": "image-512px.png",
|
| @@ -8,7 +7,7 @@
|
| "type": "image/png"
|
| }
|
| ],
|
| - "start_url": "manifest_test_page.html",
|
| + "start_url": "manifest_one_icon_test_page.html",
|
| "display": "standalone",
|
| "orientation": "landscape"
|
| }
|
|
|