lang changes, new pages, data changes
BIN
public/assets/favicon/android-chrome-192x192.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
public/assets/favicon/android-chrome-512x512.png
Normal file
|
After Width: | Height: | Size: 5.5 KiB |
BIN
public/assets/favicon/apple-touch-icon.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
9
public/assets/favicon/browserconfig.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<browserconfig>
|
||||
<msapplication>
|
||||
<tile>
|
||||
<square150x150logo src="/assets/favicon/mstile-150x150.png?v=LbyW42We5z"/>
|
||||
<TileColor>#da532c</TileColor>
|
||||
</tile>
|
||||
</msapplication>
|
||||
</browserconfig>
|
||||
BIN
public/assets/favicon/favicon-16x16.png
Normal file
|
After Width: | Height: | Size: 498 B |
BIN
public/assets/favicon/favicon-32x32.png
Normal file
|
After Width: | Height: | Size: 657 B |
BIN
public/assets/favicon/favicon.ico
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
public/assets/favicon/mstile-150x150.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
1
public/assets/favicon/safari-pinned-tab.svg
Normal file
|
After Width: | Height: | Size: 6.0 KiB |
19
public/assets/favicon/site.webmanifest
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "",
|
||||
"short_name": "",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/assets/favicon/android-chrome-192x192.png?v=LbyW42We5z",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/assets/favicon/android-chrome-512x512.png?v=LbyW42We5z",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
}
|
||||