chromium/third_party/blink/web_tests/external/wpt/appmanifest/shortcuts-member/resources/shortcuts-member-csp-fail.webmanifest

{
    "name": "Shortcut test",
    "icons": [
        {
            "src": "pass.png",
            "sizes": "256x256"
        }
    ],
    "start_url": "../shortcuts-member-csp-fail-manual.sub.html",
    "display": "fullscreen",
    "scope": "../",
    "shortcuts": [{
        "name": "pass",
        "short_name": "",
        "description": "",
        "url": "../shortcut_pass.html",
        "icons": [{
            "src": "fail.png",
            "sizes": "256x256"
        }]
    }]
}