-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
executable file
·60 lines (60 loc) · 2.85 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
55
56
57
58
59
60
{"dir" : "ltr",
"lang" : "en",
"name" : "Abhishek Kumar, Software Developer",
"display" : "standalone",
"start_url" : "/",
"short_name" : "Abhishek Kumar",
"theme_color" : "#FFFFFF",
"description" : "Abhishek Kumar, A Software Developer. Autodidact By Nature. Disciplined By Education. Abhishek Kumar develops desktop applications as well as web applications.",
"orientation" : "any",
"background_color" : "#FFFFFF",
"generated" : "true",
"icons" : [
{
"src": "https://res.cloudinary.com/mr-kumar-abhishek/image/upload/c_scale,h_72,q_auto,w_72/v1558672504/mr-kumar-abhishek.github.io/flat_550x550_075_f.u4.png",
"sizes": "72x72",
"type": "image/png"
},
{
"src": "https://res.cloudinary.com/mr-kumar-abhishek/image/upload/c_scale,h_96,q_auto,w_96/v1558672504/mr-kumar-abhishek.github.io/flat_550x550_075_f.u4.png",
"sizes": "96x96",
"type": "image/png"
},
{
"src": "https://res.cloudinary.com/mr-kumar-abhishek/image/upload/c_scale,h_128,q_auto,w_128/v1558672504/mr-kumar-abhishek.github.io/flat_550x550_075_f.u4.png",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "https://res.cloudinary.com/mr-kumar-abhishek/image/upload/c_scale,h_144,q_auto,w_144/v1558672504/mr-kumar-abhishek.github.io/flat_550x550_075_f.u4.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "https://res.cloudinary.com/mr-kumar-abhishek/image/upload/c_scale,h_152,q_auto,w_152/v1558672504/mr-kumar-abhishek.github.io/flat_550x550_075_f.u4.png",
"sizes": "152x152",
"type": "image/png"
},
{
"src": "https://res.cloudinary.com/mr-kumar-abhishek/image/upload/c_scale,h_192,q_auto,w_192/v1558672504/mr-kumar-abhishek.github.io/flat_550x550_075_f.u4.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "https://res.cloudinary.com/mr-kumar-abhishek/image/upload/c_scale,h_384,q_auto,w_384/v1558672504/mr-kumar-abhishek.github.io/flat_550x550_075_f.u4.png",
"sizes": "384x384",
"type": "image/png"
},
{
"src": "https://res.cloudinary.com/mr-kumar-abhishek/image/upload/c_scale,h_512,q_auto,w_512/v1558672504/mr-kumar-abhishek.github.io/flat_550x550_075_f.u4.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "/img/android-chrome-192x192.png",
"sizes": "196x196",
"type": "image/png",
"purpose": "any maskable"
}
]
}