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