-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
50 lines (50 loc) · 1.1 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
{
"short_name": "Music Player",
"name": "Simple Music Player (Web)",
"icons": [
{
"src": "./icons/icon-512.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "any maskable"
},
{
"src": "./icons/icon-256.png",
"type": "image/png",
"sizes": "256x256",
"purpose": "any maskable"
},
{
"src": "./icons/icon-128.png",
"type": "image/png",
"sizes": "128x128",
"purpose": "any maskable"
},
{
"src": "./icons/icon-96.png",
"type": "image/png",
"sizes": "96x96",
"purpose": "any maskable"
},
{
"src": "./icons/icon-72.png",
"type": "image/png",
"sizes": "72x72",
"purpose": "any maskable"
},
{
"src": "./icons/icon-64.png",
"type": "image/png",
"sizes": "64x64",
"purpose": "any maskable"
}
],
"start_url": "./index.html",
"background_color": "#3367D6",
"display": "standalone",
"scope": "./index.html",
"theme_color": "#3367D6",
"shortcuts": [],
"description": "Simple Music Player (Web)",
"screenshots": []
}