diff options
Diffstat (limited to 'testing/web-platform/tests/appmanifest/display-member/resources/display-member-media-feature-standalone.webmanifest')
-rw-r--r-- | testing/web-platform/tests/appmanifest/display-member/resources/display-member-media-feature-standalone.webmanifest | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/web-platform/tests/appmanifest/display-member/resources/display-member-media-feature-standalone.webmanifest b/testing/web-platform/tests/appmanifest/display-member/resources/display-member-media-feature-standalone.webmanifest new file mode 100644 index 0000000000..a8269e977c --- /dev/null +++ b/testing/web-platform/tests/appmanifest/display-member/resources/display-member-media-feature-standalone.webmanifest @@ -0,0 +1,11 @@ +{ + "name": "Display member media feature WPT", + "icons": [ + { + "src": "icon.png", + "sizes": "192x192" + } + ], + "start_url": "../display-member-media-feature-standalone-manual.html", + "display": "standalone" +}
\ No newline at end of file |