summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/appmanifest/shortcuts-member/resources/shortcuts-member-skip-for-invalid-url.webmanifest
blob: 573bbdc8c023cd5464fe7dce56cbc83c2386564a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
    "name": "Shortcut test",
    "icons": [
        {
            "src": "pass.png",
            "sizes": "256x256"
        }
    ],
    "start_url": "../shortcuts-member-skip-for-invalid-url-manual.html",
    "display": "fullscreen",
    "scope": "../",
    "shortcuts": [{
        "name": "fail",
        "short_name": "",
        "description": "",
        "url": "http://foo:660000",
        "icons": []
    }, {
        "name": "pass",
        "short_name": "",
        "description": "",
        "url": "../shortcut_pass.html",
        "icons": [{
            "src": "pass.png"
        }]
    }]
}