chromium/third_party/blink/web_tests/external/wpt/appmanifest/shortcuts-member/resources/shortcuts-member-skip-for-invalid-url.webmanifest

{
    "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"
        }]
    }]
}