Skip to content

Commit 8c8268e

Browse files
committed
Add favicons and manifest.json
1 parent 0663a7c commit 8c8268e

14 files changed

+94
-0
lines changed

android-chrome-192x192.png

4.56 KB
Loading

android-chrome-512x512.png

11.6 KB
Loading

apple-touch-icon.png

4.35 KB
Loading

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>#3e7fcb</TileColor>
7+
</tile>
8+
</msapplication>
9+
</browserconfig>

favicon-16x16.png

1020 Bytes
Loading

favicon-32x32.png

1.67 KB
Loading

favicon.ico

14.7 KB
Binary file not shown.

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+
}

mstile-144x144.png

5.26 KB
Loading

mstile-150x150.png

4.99 KB
Loading

0 commit comments

Comments
 (0)