Clean up master
BIN
theme/static/favicon/android-chrome-192x192.png
Normal file
After Width: | Height: | Size: 9.7 KiB |
BIN
theme/static/favicon/android-chrome-512x512.png
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
theme/static/favicon/apple-touch-icon.png
Normal file
After Width: | Height: | Size: 6.4 KiB |
9
theme/static/favicon/browserconfig.xml
Normal file
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<browserconfig>
|
||||
<msapplication>
|
||||
<tile>
|
||||
<square150x150logo src="/static/favicon/mstile-150x150.png"/>
|
||||
<TileColor>#da532c</TileColor>
|
||||
</tile>
|
||||
</msapplication>
|
||||
</browserconfig>
|
BIN
theme/static/favicon/favicon-16x16.png
Normal file
After Width: | Height: | Size: 690 B |
BIN
theme/static/favicon/favicon-32x32.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
theme/static/favicon/favicon.ico
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
theme/static/favicon/mstile-150x150.png
Normal file
After Width: | Height: | Size: 5.5 KiB |
1
theme/static/favicon/safari-pinned-tab.svg
Normal file
After Width: | Height: | Size: 28 KiB |
19
theme/static/favicon/site.webmanifest
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "",
|
||||
"short_name": "",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/static/favicon/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/static/favicon/android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
}
|