minimum content und Icons

This commit is contained in:
Klaas 2024-06-06 22:03:00 +02:00
parent 703bcce62a
commit fdb4cf1bb5
9 changed files with 46 additions and 0 deletions

9
public/browserconfig.xml Executable file
View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#da532c</TileColor>
</tile>
</msapplication>
</browserconfig>

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

BIN
public/ico/apple-touch-icon.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

BIN
public/ico/favicon-16x16.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
public/ico/favicon-32x32.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
public/ico/favicon.ico Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

BIN
public/ico/mstile-150x150.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -0,0 +1,23 @@
<?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="230.000000pt" height="230.000000pt" viewBox="0 0 230.000000 230.000000"
preserveAspectRatio="xMidYMid meet">
<metadata>
Created by potrace 1.14, written by Peter Selinger 2001-2017
</metadata>
<g transform="translate(0.000000,230.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none">
<path d="M682 1389 l-212 -250 -2 243 -3 243 -60 0 -60 0 0 -475 0 -475 60 0
60 0 5 225 5 226 194 -228 194 -228 69 0 c38 0 68 4 66 9 -1 5 -90 111 -196
235 l-193 226 162 193 c89 105 171 202 182 214 22 25 17 38 -33 73 l-27 19
-211 -250z"/>
<path d="M1210 1151 l0 -481 158 0 c379 0 495 57 518 253 13 112 -43 215 -140
256 l-41 18 31 16 c75 39 112 130 94 227 -12 64 -21 80 -64 118 -59 52 -116
63 -348 69 l-208 6 0 -482z m404 368 c22 -6 52 -24 68 -39 24 -25 28 -36 28
-85 0 -71 -20 -109 -71 -136 -35 -17 -61 -21 -173 -22 l-131 -2 -3 148 -3 147
123 0 c68 0 141 -5 162 -11z m56 -409 c105 -59 128 -185 49 -274 -45 -52 -100
-66 -256 -66 l-133 0 0 186 0 186 148 -4 c135 -3 151 -5 192 -28z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

14
public/site.webmanifest Executable file
View File

@ -0,0 +1,14 @@
{
"name": "Klääs WebApp",
"short_name": "Klääs",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}