summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/appmanifest/icons-member/resources/icons-member-last-matching.webmanifest
blob: 04ac33112d576d6723266ec5a7c99023686f973b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "name": "Icons member WPT",
    "icons": [{
        "src": "fail.png",
        "sizes": "256x256",
        "type": "image/png"
    }, {
        "src": "pass.png",
        "sizes": "256x256",
        "type": "image/png"
    }],
    "start_url": "../icons-member-last-matching-manual.html",
    "display": "fullscreen"
}