Skip to content

Commit 8383026

Browse files
committed
Add improved favicon assets.
1 parent ec1d848 commit 8383026

11 files changed

+69
-0
lines changed

web/android-chrome-192x192.png

4.18 KB
Loading

web/android-chrome-512x512.png

12.6 KB
Loading

web/apple-touch-icon.png

3.27 KB
Loading

web/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>

web/favicon-16x16.png

100755100644
558 Bytes
Loading

web/favicon-32x32.png

100755100644
721 Bytes
Loading

web/favicon.ico

100755100644
9.43 KB
Binary file not shown.

web/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@
2020
font-family: FontAwesome !important;
2121
}
2222
</style>
23+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
24+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
25+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
26+
<link rel="manifest" href="/manifest.json">
27+
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
28+
<meta name="theme-color" content="#ffffff">
2329
</head>
2430
<body>
2531
<script src="bundle.js"></script>

web/manifest.json

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

web/mstile-150x150.png

3.32 KB
Loading

0 commit comments

Comments
 (0)