Initial
BIN
frontend/ico/150.png
Normal file
|
After Width: | Height: | Size: 891 B |
BIN
frontend/ico/16.png
Normal file
|
After Width: | Height: | Size: 274 B |
BIN
frontend/ico/192.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
frontend/ico/310.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
frontend/ico/32.png
Normal file
|
After Width: | Height: | Size: 518 B |
BIN
frontend/ico/48.png
Normal file
|
After Width: | Height: | Size: 610 B |
BIN
frontend/ico/512.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
frontend/ico/70.png
Normal file
|
After Width: | Height: | Size: 796 B |
BIN
frontend/ico/apple-touch-icon.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
12
frontend/ico/browserconfig.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<browserconfig>
|
||||
<msapplication>
|
||||
<tile>
|
||||
<square70x70logo src="/ico/70.png"/>
|
||||
<square150x150logo src="/ico/150.png"/>
|
||||
<square310x310logo src="/ico/310.png"/>
|
||||
<TileImage src="/ico/150.png"/>
|
||||
<TileColor>#d1e7dd</TileColor>
|
||||
</tile>
|
||||
</msapplication>
|
||||
</browserconfig>
|
||||
14
frontend/ico/favicon.svg
Normal file
@@ -0,0 +1,14 @@
|
||||
<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
|
||||
<g fill="#fff" stroke="#000" stroke-width="2">
|
||||
<polygon id="tt" points="90,31 27,31 24,27 30,24 32,15 44,16 41,10 50,2"/>
|
||||
<rect id="t3" x="67" y="31" width="16" height="6"/>
|
||||
<rect id="t2" x="42" y="31" width="16" height="6"/>
|
||||
<rect id="m3" x="70" y="37" width="10" height="36"/>
|
||||
<rect id="m2" x="45" y="37" width="10" height="36"/>
|
||||
<path id="m1" d="M29,73h-8v-12l8-7z"/>
|
||||
<rect id="b3" x="67" y="73" width="16" height="6"/>
|
||||
<rect id="b2" x="42" y="73" width="16" height="6"/>
|
||||
<rect id="b1" x="17" y="73" width="16" height="6"/>
|
||||
<rect id="g0" x="8" y="79" width="84" height="10"/>
|
||||
<rect id="gg" x="1" y="89" width="98" height="10"/>
|
||||
</g></svg>
|
||||
|
After Width: | Height: | Size: 705 B |
18
frontend/ico/manifest.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "Leerstand",
|
||||
"short_name": "Leerstand",
|
||||
"background_color": "#d1e7dd",
|
||||
"display": "fullscreen",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/ico/192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/ico/512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
]
|
||||
}
|
||||