summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/appmanifest/unrecognized-member/resources/unrecognized-member.webmanifest
blob: 1eb7b6285af826ed4944e2373b58334557f2de8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "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"
}