-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
55 lines (55 loc) · 1006 Bytes
/
Copy pathmanifest.json
File metadata and controls
55 lines (55 loc) · 1006 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"short_name": "Halloween Artist",
"name": "Halloween Artist",
"start_url": "index.html",
"icons": [
{
"src": "icon30.png",
"sizes": "30x30",
"type": "image/png"
},
{
"src": "icon36.png",
"sizes": "36x36",
"type": "image/png"
},
{
"src": "icon48.png",
"sizes": "48x48",
"type": "image/png"
},
{
"src": "icon60.png",
"sizes": "60x60",
"type": "image/png"
},
{
"src": "icon64.png",
"sizes": "64x64",
"type": "image/png"
},
{
"src": "icon128.png",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "icon192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icon256.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "icon512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"background_color": "#000000",
"theme_color": "#000000",
"display": "standalone"
}