Skip to content

Commit 9746b6a

Browse files
authored
Add files via upload
Added Favicons for different browsers
1 parent 29205f0 commit 9746b6a

10 files changed

+51
-0
lines changed

favicon/android-chrome-192x192.png

1.22 KB
Loading

favicon/android-chrome-512x512.png

3.91 KB
Loading

favicon/apple-touch-icon.png

1.17 KB
Loading

favicon/browserconfig.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<browserconfig>
3+
<msapplication>
4+
<tile>
5+
<square150x150logo src="/mstile-150x150.png"/>
6+
<TileColor>#da532c</TileColor>
7+
</tile>
8+
</msapplication>
9+
</browserconfig>

favicon/favicon-16x16.png

433 Bytes
Loading

favicon/favicon-32x32.png

472 Bytes
Loading

favicon/favicon.ico

14.7 KB
Binary file not shown.

favicon/mstile-150x150.png

1.35 KB
Loading

favicon/safari-pinned-tab.svg

Lines changed: 23 additions & 0 deletions
Loading

favicon/site.webmanifest

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

0 commit comments

Comments
 (0)