Skip to content

Commit 1138161

Browse files
committed
Add new favicons
1 parent 8ba4b57 commit 1138161

File tree

10 files changed

+28
-0
lines changed

10 files changed

+28
-0
lines changed
2.02 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="/img/favicons/mstile-150x150.png?v=2"/>
6+
<TileColor>#b03b2d</TileColor>
7+
</tile>
8+
</msapplication>
9+
</browserconfig>
698 Bytes
Loading

public/img/favicons/favicon.ico

14.7 KB
Binary file not shown.
2.26 KB
Loading
2.27 KB
Loading
2.41 KB
Loading
6.34 KB
Loading
1.68 KB
Loading
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "Statusengine",
3+
"short_name": "Statusengine",
4+
"icons": [
5+
{
6+
"src": "/img/favicons/android-chrome-192x192.png?v=2",
7+
"sizes": "192x192",
8+
"type": "image/png"
9+
},
10+
{
11+
"src": "/img/favicons/android-chrome-512x512.png?v=2",
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)