-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
41 lines (41 loc) · 1010 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
37
38
39
40
41
{
"theme_color": "#ffcd28",
"background_color": "#ffcd28",
"icons": [
{
"purpose": "maskable",
"sizes": "512x512",
"src": "icon512_maskable.png",
"type": "image/png"
},
{
"purpose": "any",
"sizes": "512x512",
"src": "icon512_rounded.png",
"type": "image/png"
}
],
"orientation": "any",
"display": "standalone",
"dir": "auto",
"lang": "en",
"name": "Music album PWA",
"short_name": "Music album PWA",
"description": "A music album PWA demo.",
"start_url": "./index.html",
"id": "./index.html",
"scope": "./",
"screenshots": [
{
"src": "icon512_maskable.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "icon512_maskable.png",
"sizes": "512x512",
"type": "image/png",
"form_factor": "wide"
}
]
}