feat: update fav icon
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 6.0 KiB |
BIN
public/android-chrome-256x256.png
Normal file
|
After Width: | Height: | Size: 8.2 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 5.7 KiB |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 848 B |
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.6 KiB |
@@ -2,25 +2,17 @@
|
||||
<!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="192.000000pt" height="192.000000pt" viewBox="0 0 192.000000 192.000000"
|
||||
width="378.000000pt" height="378.000000pt" viewBox="0 0 378.000000 378.000000"
|
||||
preserveAspectRatio="xMidYMid meet">
|
||||
<metadata>
|
||||
Created by potrace 1.11, written by Peter Selinger 2001-2013
|
||||
</metadata>
|
||||
<g transform="translate(0.000000,192.000000) scale(0.100000,-0.100000)"
|
||||
<g transform="translate(0.000000,378.000000) scale(0.100000,-0.100000)"
|
||||
fill="#000000" stroke="none">
|
||||
<path d="M251 1868 c-5 -18 -60 -206 -120 -418 -61 -212 -114 -399 -120 -417
|
||||
-5 -17 -7 -33 -5 -35 2 -2 67 -2 145 0 132 3 140 2 135 -15 -3 -10 -16 -56
|
||||
-30 -103 -13 -47 -44 -155 -69 -240 -116 -397 -159 -546 -162 -560 -2 -8 -6
|
||||
-23 -10 -32 -13 -32 4 -19 22 16 10 19 41 74 69 123 28 48 176 306 329 573
|
||||
153 267 286 499 296 515 11 17 22 37 26 45 4 8 38 69 76 135 38 66 81 140 95
|
||||
165 14 25 45 78 69 118 24 41 43 76 43 78 0 2 11 22 25 44 l25 40 -414 0 -414
|
||||
0 -11 -32z"/>
|
||||
<path d="M1253 1888 c-6 -7 -85 -141 -176 -298 -90 -157 -199 -343 -240 -415
|
||||
-42 -71 -74 -131 -72 -134 7 -7 815 -4 858 3 155 25 286 206 292 404 6 187
|
||||
-81 349 -224 420 -54 26 -63 27 -242 30 -145 3 -188 1 -196 -10z"/>
|
||||
<path d="M667 880 c-7 -8 -17 -24 -23 -35 -32 -59 -430 -746 -451 -778 -13
|
||||
-22 -22 -41 -19 -44 12 -12 1429 -3 1471 9 119 34 224 159 258 305 53 227 -36
|
||||
450 -211 531 l-57 26 -478 1 c-416 0 -480 -2 -490 -15z"/>
|
||||
<path d="M430 3763 c-44 -7 -144 -45 -185 -71 -114 -70 -196 -191 -230 -337
|
||||
-8 -35 -8 -2897 0 -2938 31 -154 130 -285 275 -361 38 -20 70 -35 70 -32 0 2
|
||||
21 -1 48 -8 37 -10 366 -12 1497 -11 798 1 1464 5 1480 9 17 4 66 25 111 46
|
||||
128 62 222 176 259 316 14 53 16 218 16 1516 1 1349 -1 1461 -16 1510 -55 169
|
||||
-160 277 -335 345 -42 17 -137 18 -1505 19 -803 1 -1471 0 -1485 -3z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 890 B |
@@ -3,9 +3,14 @@
|
||||
"short_name": "",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/android-chrome-192x192.png",
|
||||
"src": "android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "android-chrome-256x256.png",
|
||||
"sizes": "256x256",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
|
||||