| Index: chrome/test/data/webapps/manifest2.json
|
| diff --git a/chrome/test/data/webapps/manifest.json b/chrome/test/data/webapps/manifest2.json
|
| similarity index 72%
|
| copy from chrome/test/data/webapps/manifest.json
|
| copy to chrome/test/data/webapps/manifest2.json
|
| index c26ce20d6ca80885eb1d419de1b5121c0ae1dd27..2739c7dd93396254e1acea90c068121f86c8bcc3 100644
|
| --- a/chrome/test/data/webapps/manifest.json
|
| +++ b/chrome/test/data/webapps/manifest2.json
|
| @@ -1,5 +1,5 @@
|
| {
|
| - "name": "Manifest test app",
|
| + "name": "Manifest test app2",
|
| "short_name": "App",
|
| "icons": [
|
| {
|
| @@ -8,7 +8,7 @@
|
| "type": "image/png"
|
| }
|
| ],
|
| - "start_url": "manifest_test_page.html",
|
| + "start_url": "manifest_test_page2.html",
|
| "display": "standalone",
|
| "orientation": "landscape"
|
| }
|
|
|