-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.webmanifest
38 lines (38 loc) · 1.15 KB
/
manifest.webmanifest
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
{
"theme_color": "#737373",
"background_color": "#d9d9d9",
"display": "browser",
"scope": "/",
"start_url": "/https://www.neerajrekwar.github.io/",
"name": "Neeraj_Rekwar",
"short_name": "neerajrekwar",
"app_name": "neerajrekwar",
"icons": [
{
"src": "/images/photos/neeraj_icon_x128.png",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "/images/photos/neeraj_icon_x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/images/photos/neeraj_icon_x384.png",
"sizes": "384x384",
"type": "image/png"
},
{
"src": "/images/photos/neeraj_icon_x512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "/images/photos/neeraj_icon_x640.png",
"sizes": "640x640",
"type": "image/png"
}
],
"description": "I am a creative problem solver with a keen eye for detail, always seeking innovative ways to improve campaign performance and deliver exceptional results."
}