add more favicon formats
This commit is contained in:
BIN
app/src/web/static/images/apple-touch-icon.png
Normal file
BIN
app/src/web/static/images/apple-touch-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 40 KiB |
BIN
app/src/web/static/images/favicon-96x96.png
Normal file
BIN
app/src/web/static/images/favicon-96x96.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
BIN
app/src/web/static/images/favicon.ico
Normal file
BIN
app/src/web/static/images/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
1
app/src/web/static/images/favicon.svg
Normal file
1
app/src/web/static/images/favicon.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 151 KiB |
21
app/src/web/static/images/site.webmanifest
Normal file
21
app/src/web/static/images/site.webmanifest
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "TSUN-Proxy",
|
||||
"short_name": "TsunProxy",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/web-app-manifest-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
},
|
||||
{
|
||||
"src": "/web-app-manifest-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
}
|
||||
BIN
app/src/web/static/images/web-app-manifest-192x192.png
Normal file
BIN
app/src/web/static/images/web-app-manifest-192x192.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 45 KiB |
BIN
app/src/web/static/images/web-app-manifest-512x512.png
Normal file
BIN
app/src/web/static/images/web-app-manifest-512x512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 189 KiB |
Reference in New Issue
Block a user