Add favicon
BIN
content/android-chrome-192x192.png
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
content/apple-touch-icon.png
Normal file
After Width: | Height: | Size: 31 KiB |
9
content/browserconfig.xml
Normal 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>
|
BIN
content/favicon-16x16.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
content/favicon-32x32.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
content/favicon.ico
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
content/favicon.png
Normal file
After Width: | Height: | Size: 4.8 KiB |
BIN
content/mstile-150x150.png
Normal file
After Width: | Height: | Size: 21 KiB |
14
content/site.webmanifest
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"name": "",
|
||||
"short_name": "",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
}
|