shortcuts-member-skip-for-undefined-name.webmanifest (593B)
1 { 2 "name": "Shortcut test", 3 "icons": [ 4 { 5 "src": "pass.png", 6 "sizes": "256x256" 7 } 8 ], 9 "start_url": "../shortcuts-member-skip-for-undefined-name-manual.html", 10 "display": "fullscreen", 11 "scope": "../", 12 "shortcuts": [{ 13 "short_name": "fail", 14 "description": "", 15 "url": "../shortcut_fail.html", 16 "icons": [] 17 }, { 18 "name": "pass", 19 "short_name": "", 20 "description": "", 21 "url": "../shortcut_pass.html", 22 "icons": [{ 23 "src": "pass.png" 24 }] 25 }] 26 }