-
Notifications
You must be signed in to change notification settings - Fork 0
/
site.webmanifest
30 lines (29 loc) · 889 Bytes
/
site.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
{
"name": "LB Blog",
"short_name": "LB Blog",
"icons": [
{
"src": "/assets/images/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "/assets/images/android-chrome-384x384.png",
"sizes": "384x384",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "/assets/images/logo_blog_crop_512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable any"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone",
"start_url": "/",
"description": "To analyze Real-life Leadership & Management scenarios. My learning path and projects on Software Engineering."
}