-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
36 lines (36 loc) · 864 Bytes
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "The Guess Experiment",
"short_name": "Guess Experiment",
"description": "Exercise extra sensory perception alone or together with a peer.",
"id": "/",
"start_url": "/",
"display": "standalone",
"screenshots": [
{
"src": "screenshot.webp",
"sizes": "853x536",
"type": "image/webp",
"form_factor": "wide",
"label": "Before connecting to a peer."
}, {
"src": "screenshot-mobile.webp",
"sizes": "750x1334",
"type": "image/webp",
"form_factor": "narrow",
"label": "Before connecting to a peer."
}
],
"icons": [
{
"src": "/icon.png",
"sizes": "256x256",
"type": "image/png",
"purpose": "any maskable"
}, {
"src": "/icon-big.webp",
"sizes": "1024x1024",
"type": "image/webp",
"purpose": "any maskable"
}
]
}