Skip to content
This repository was archived by the owner on Oct 5, 2020. It is now read-only.

Commit d198c3a

Browse files
committed
Updated favicon
1 parent ebf6f21 commit d198c3a

File tree

11 files changed

+68
-1
lines changed

11 files changed

+68
-1
lines changed
10.2 KB
Loading
20.4 KB
Loading
7.97 KB
Loading
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="/images/favicons/mstile-150x150.png"/>
6+
<TileColor>#ffffff</TileColor>
7+
</tile>
8+
</msapplication>
9+
</browserconfig>
1.13 KB
Loading
1.68 KB
Loading
14.7 KB
Binary file not shown.
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": "/images/favicons/android-chrome-192x192.png",
6+
"sizes": "192x192",
7+
"type": "image/png"
8+
},
9+
{
10+
"src": "/images/favicons/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+
}
7.03 KB
Loading
Lines changed: 31 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)