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

{
    "this member name is not expected to be recognized": "ok",
    "this object is not expected to be recognized": {
        "this sub-field is not expected to be recognized": []
    },
    "short_name": "pass",
    "icons": [
        {
            "src": "icon.png",
            "sizes": "192x192"
        }
    ],
    "start_url": "../unrecognized-member-manual.html",
    "display": "fullscreen"
}