Skip to content

Commit dcc66af

Browse files
committed
feat: add favicons
1 parent 830db64 commit dcc66af

11 files changed

Lines changed: 24 additions & 1 deletion
-8.7 KB
Binary file not shown.
-30 KB
Binary file not shown.
3.15 KB
Loading

assets/favicons/favicon-16x16.png

-608 Bytes
Binary file not shown.

assets/favicons/favicon-32x32.png

-1.24 KB
Binary file not shown.

assets/favicons/favicon-96x96.png

5.69 KB
Loading

assets/favicons/favicon.ico

-320 Bytes
Binary file not shown.

assets/favicons/favicon.svg

Lines changed: 3 additions & 0 deletions
Loading

assets/favicons/site.webmanifest

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,21 @@
1-
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
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+
}
12 KB
Loading

0 commit comments

Comments
 (0)