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