| Index: third_party/WebKit/LayoutTests/installedapp/resources/manifest.json
|
| diff --git a/third_party/WebKit/LayoutTests/installedapp/resources/manifest.json b/third_party/WebKit/LayoutTests/installedapp/resources/manifest.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..120377caaf1d23a31f07631f1fb733778704a2c4
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/installedapp/resources/manifest.json
|
| @@ -0,0 +1,8 @@
|
| +{
|
| + "name": "InstalledRelatedApps test",
|
| + "short_name": "Test",
|
| + "related_applications": [
|
| + {"platform": "play", "id": "com.test"},
|
| + {"platform": "itunes", "url": "https://itunes.apple.com"}
|
| + ]
|
| +}
|
|
|