summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/appmanifest/icons-member/resources/icons-member-cors.sub.webmanifest
blob: 33cb12654b662dbcf4334a5607e038fb84850608 (plain)
1
2
3
4
5
6
7
8
9
10
{
    "name": "Icons member (via CORS) WPT",
    "icons": [{
        "src": "https://{{host}}:{{ports[https][1]}}/appmanifest/icons-member/resources/pass.png",
        "sizes": "256x256",
        "type": "image/png"
    }],
    "start_url": "../icons-member-cors-manual.sub.html",
    "display": "fullscreen"
}