Skip to content

Commit 5135f5f

Browse files
committed
feat: update favicon icon
1 parent 3b58566 commit 5135f5f

File tree

7 files changed

+24
-0
lines changed

7 files changed

+24
-0
lines changed

public/apple-touch-icon.png

22.8 KB
Loading

public/favicon-96x96.png

8.2 KB
Loading

public/favicon.ico

14.7 KB
Binary file not shown.

public/favicon.svg

Lines changed: 3 additions & 0 deletions
Loading

public/site.webmanifest

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "MyWebSite",
3+
"short_name": "MySite",
4+
"icons": [
5+
{
6+
"src": "/web-app-manifest-192x192.png",
7+
"sizes": "192x192",
8+
"type": "image/png",
9+
"purpose": "maskable"
10+
},
11+
{
12+
"src": "/web-app-manifest-512x512.png",
13+
"sizes": "512x512",
14+
"type": "image/png",
15+
"purpose": "maskable"
16+
}
17+
],
18+
"theme_color": "#ffffff",
19+
"background_color": "#ffffff",
20+
"display": "standalone"
21+
}

public/web-app-manifest-192x192.png

25.5 KB
Loading

public/web-app-manifest-512x512.png

132 KB
Loading

0 commit comments

Comments
 (0)