Favicons
BIN
public/android-chrome-192x192.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
public/android-chrome-512x512.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
public/apple-touch-icon.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
9
public/browserconfig.xml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<browserconfig>
|
||||||
|
<msapplication>
|
||||||
|
<tile>
|
||||||
|
<square150x150logo src="/favicons/mstile-150x150.png"/>
|
||||||
|
<TileColor>#000000</TileColor>
|
||||||
|
</tile>
|
||||||
|
</msapplication>
|
||||||
|
</browserconfig>
|
||||||
BIN
public/favicon-16x16.png
Normal file
|
After Width: | Height: | Size: 535 B |
BIN
public/favicon-32x32.png
Normal file
|
After Width: | Height: | Size: 818 B |
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 46 KiB |
BIN
public/mstile-150x150.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
24
public/safari-pinned-tab.svg
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
<?xml version="1.0" standalone="no"?>
|
||||||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
||||||
|
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||||
|
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
||||||
|
width="200.000000pt" height="200.000000pt" viewBox="0 0 200.000000 200.000000"
|
||||||
|
preserveAspectRatio="xMidYMid meet">
|
||||||
|
|
||||||
|
<g transform="translate(0.000000,200.000000) scale(0.100000,-0.100000)"
|
||||||
|
fill="#000000" stroke="none">
|
||||||
|
<path d="M150 1976 c0 -24 195 -1856 205 -1933 l6 -43 259 0 259 0 5 42 c7 54
|
||||||
|
26 234 26 248 0 6 37 10 99 10 l98 0 12 -127 c7 -71 14 -138 17 -150 l4 -23
|
||||||
|
260 0 c143 0 260 3 260 8 0 4 47 447 105 986 58 538 105 985 105 992 0 11 -35
|
||||||
|
14 -184 14 l-183 0 -7 -67 c-3 -38 -9 -107 -12 -155 l-7 -88 -467 0 -467 0 -6
|
||||||
|
58 c-4 31 -9 101 -13 155 l-7 97 -183 0 -184 0 0 -24z m674 -573 c-3 -27 -12
|
||||||
|
-91 -19 -143 l-13 -95 -1 143 c-1 137 0 142 19 142 19 0 20 -4 14 -47z m632
|
||||||
|
-15 c-3 -35 -17 -229 -31 -433 -15 -203 -28 -380 -31 -392 -4 -20 -11 -23 -47
|
||||||
|
-23 l-43 0 -18 148 c-10 81 -20 157 -23 170 -4 17 -1 22 16 22 20 0 21 5 21
|
||||||
|
120 l0 120 -35 0 c-19 0 -35 3 -35 8 0 4 -9 77 -20 162 -11 85 -20 156 -20
|
||||||
|
158 0 1 61 2 136 2 l136 0 -6 -62z m-436 -253 c0 -8 -4 -15 -10 -15 -5 0 -10
|
||||||
|
7 -10 15 0 8 5 15 10 15 6 0 10 -7 10 -15z m30 -272 c0 -10 7 -79 15 -153 8
|
||||||
|
-74 15 -143 15 -152 0 -16 -10 -18 -70 -18 -83 0 -77 -18 -55 190 8 74 15 138
|
||||||
|
15 143 0 4 18 7 40 7 31 0 40 -4 40 -17z"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.3 KiB |
19
public/site.webmanifest
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"name": "Winderickx",
|
||||||
|
"short_name": "Winderickx",
|
||||||
|
"icons": [
|
||||||
|
{
|
||||||
|
"src": "/favicons/android-chrome-192x192.png",
|
||||||
|
"sizes": "192x192",
|
||||||
|
"type": "image/png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "/favicons/android-chrome-512x512.png",
|
||||||
|
"sizes": "512x512",
|
||||||
|
"type": "image/png"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"theme_color": "#000000",
|
||||||
|
"background_color": "#000000",
|
||||||
|
"display": "standalone"
|
||||||
|
}
|
||||||