chromium/third_party/blink/web_tests/external/wpt/appmanifest/orientation-member/resources/orientation-member-landscape.webmanifest

{
    "name": "Orientation member with landscape value WPT",
    "icons": [
        {
            "src": "icon.png",
            "sizes": "192x192"
        }
    ],
    "start_url": "../orientation-member-landscape-manual.html",
    "display": "standalone",
    "orientation": "landscape"
}