Skip to content

Commit cd0e554

Browse files
committed
Added Favicon Here in this.
Signed-off-by: Someshdiwan <[email protected]>
1 parent 3de6939 commit cd0e554

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

site/assets/site.webmanifest

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
{
2+
"name": "Java Mastery",
3+
"short_name": "Java",
4+
"start_url": "/Java-Mastery/",
5+
"scope": "/Java-Mastery/",
6+
"icons": [
7+
{
8+
"src": "/Java-Mastery/assets/web-app-manifest-192x192.png",
9+
"sizes": "192x192",
10+
"type": "image/png",
11+
"purpose": "maskable"
12+
},
13+
{
14+
"src": "/Java-Mastery/assets/web-app-manifest-512x512.png",
15+
"sizes": "512x512",
16+
"type": "image/png",
17+
"purpose": "maskable"
18+
}
19+
],
20+
"theme_color": "#ffffff",
21+
"background_color": "#ffffff",
22+
"display": "standalone",
23+
"orientation": "portrait"
24+
}
25+
26+
27+
/*
128
{
229
"name": "Java",
330
"short_name": "Java",
@@ -18,4 +45,4 @@
1845
"theme_color": "#ffffff",
1946
"background_color": "#ffffff",
2047
"display": "standalone"
21-
}
48+
} */

0 commit comments

Comments
 (0)