blob: 55b0afb3ed25feb1ff87a024791204231a4e04c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
{
"name": "Shortcut test",
"icons": [
{
"src": "https://{{host}}:{{ports[https][0]}}/appmanifest/shortcuts-member/resources/pass.png",
"sizes": "256x256"
}
],
"start_url": "../shortcuts-member-csp-manual.sub.html",
"display": "fullscreen",
"scope": "../",
"shortcuts": [{
"name": "pass",
"short_name": "",
"description": "",
"url": "../shortcut_pass.html",
"icons": [{
"src": "https://{{host}}:{{ports[https][1]}}/appmanifest/icons-member/resources/pass.png",
"sizes": "256x256"
}]
}]
}
|