-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
54 lines (54 loc) · 1.17 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"id": "/?pwa",
"name": "Do While Progress",
"short_name": "Do While Progress",
"start_url": "/?pwa",
"scope": "/",
"display": "standalone",
"theme_color": "#666666",
"background_color": "#666666",
"icons": [
{
"src": "/favicon.ico",
"type": "image/x-icon",
"sizes": "32x32",
"purpose": "any"
},
{
"src": "/images/app-icons/icon-192.png",
"type": "image/png",
"sizes": "192x192",
"purpose": "any"
},
{
"src": "/images/app-icons/icon-512.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "any"
},
{
"src": "/images/app-icons/icon-192-maskable.png",
"type": "image/png",
"sizes": "192x192",
"purpose": "maskable"
},
{
"src": "/images/app-icons/icon-512-maskable.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "maskable"
},
{
"src": "/images/app-icons/icon.svg",
"type": "image/svg+xml",
"sizes": "any",
"purpose": "any"
},
{
"src": "/images/app-icons/icon-maskable.svg",
"type": "image/svg+xml",
"sizes": "any",
"purpose": "maskable"
}
]
}