improvement: branding; auth; chat-deploy (#1351)
* improvement: branding; auth; chat-deploy * improvement: docs favicon
|
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 7.3 KiB |
|
Before Width: | Height: | Size: 443 B After Width: | Height: | Size: 521 B |
|
Before Width: | Height: | Size: 897 B After Width: | Height: | Size: 1.0 KiB |
BIN
apps/docs/public/favicon/favicon-96x96.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
3
apps/docs/public/favicon/favicon.svg
Normal file
|
After Width: | Height: | Size: 2.1 MiB |
@@ -1,16 +1,18 @@
|
||||
{
|
||||
"name": "Sim",
|
||||
"short_name": "Sim",
|
||||
"name": "MyWebSite",
|
||||
"short_name": "MySite",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/favicon/android-chrome-192x192.png",
|
||||
"src": "/web-app-manifest-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
},
|
||||
{
|
||||
"src": "/favicon/android-chrome-512x512.png",
|
||||
"src": "/web-app-manifest-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
|
||||
BIN
apps/docs/public/favicon/web-app-manifest-192x192.png
Normal file
|
After Width: | Height: | Size: 7.7 KiB |
BIN
apps/docs/public/favicon/web-app-manifest-512x512.png
Normal file
|
After Width: | Height: | Size: 23 KiB |