shortcuts-member-skip-for-undefined-url.webmanifest (572B)
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-url-manual.html", 10 "display": "fullscreen", 11 "scope": "../", 12 "shortcuts": [{ 13 "name": "fail", 14 "short_name": "", 15 "description": "", 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 }