-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
37 lines (37 loc) · 734 Bytes
/
Copy pathmanifest.json
File metadata and controls
37 lines (37 loc) · 734 Bytes
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
37
{
"short_name": "Testing",
"name": "Testing",
"icons": [
{
"src": "/favicons/favicon.png",
"type": "image/png",
"sizes": "64x64"
},
{
"src": "/favicons/icon-72.png",
"type": "image/png",
"sizes": "72x72"
},
{
"src": "/favicons/icon-144.png",
"type": "image/png",
"sizes": "144x144"
},
{
"src": "/favicons/icon-192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "/favicons/icon-512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "/",
"background_color": "#a4a3e2",
"display": "fullscreen",
"orientation": "portrait",
"scope": "/",
"theme_color": "#a4a3e2"
}