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

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