-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
46 lines (46 loc) · 934 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
42
43
44
45
46
{
"short_name": "HarshPortfolio",
"name": "HarshPortfolio",
"icons": [
{
"src": "\/portfolio\/Harsh_Vador_36x36.jpg",
"sizes": "36x36",
"type": "image\/png",
"density": "0.75"
},
{
"src": "\/portfolio\/Harsh_Vador_48x48.jpg",
"sizes": "48x48",
"type": "image\/png",
"density": "1.0"
},
{
"src": "\/portfolio\/Harsh_Vador_72x72.jpg",
"sizes": "72x72",
"type": "image\/jpg",
"density": "1.5"
},
{
"src": "\/portfolio\/Harsh_Vador_96x96.jpg",
"sizes": "96x96",
"type": "image\/jpg",
"density": "2.0"
},
{
"src": "\/portfolio\/Harsh_Vador_144x144.jpg",
"sizes": "144x144",
"type": "image\/jpg",
"density": "3.0"
},
{
"src": "\/portfolio\/Harsh_Vador_192x192.jpg",
"sizes": "192x192",
"type": "image\/jpg",
"density": "4.0"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}