shortcuts-member-csp.sub.webmanifest (631B)
1 { 2 "name": "Shortcut test", 3 "icons": [ 4 { 5 "src": "https://{{host}}:{{ports[https][0]}}/appmanifest/shortcuts-member/resources/pass.png", 6 "sizes": "256x256" 7 } 8 ], 9 "start_url": "../shortcuts-member-csp-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": "https://{{host}}:{{ports[https][1]}}/appmanifest/icons-member/resources/pass.png", 19 "sizes": "256x256" 20 }] 21 }] 22 }