feat: update favicon & manifest (#1889)
|
Before Width: | Height: | Size: 8.5 KiB After Width: | Height: | Size: 7.5 KiB |
|
Before Width: | Height: | Size: 8.3 KiB |
BIN
apps/web/public/favicon-144.png
Normal file
|
After Width: | Height: | Size: 6.0 KiB |
BIN
apps/web/public/favicon-192.png.png
Normal file
|
After Width: | Height: | Size: 8.5 KiB |
BIN
apps/web/public/favicon-36.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
apps/web/public/favicon-48.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
apps/web/public/favicon-72.png
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
apps/web/public/favicon-96.png
Normal file
|
After Width: | Height: | Size: 3.8 KiB |
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 5.4 KiB |
41
apps/web/public/manifest.json
Normal file → Executable file
@@ -3,15 +3,40 @@
|
||||
"short_name": "AFFiNE",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/chrome-192x192.png",
|
||||
"src": "/favicon-36.png",
|
||||
"sizes": "36x36",
|
||||
"type": "image/png",
|
||||
"density": 0.75
|
||||
},
|
||||
{
|
||||
"src": "/favicon-48.png",
|
||||
"sizes": "48x48",
|
||||
"type": "image/png",
|
||||
"density": 1
|
||||
},
|
||||
{
|
||||
"src": "/favicon-72.png",
|
||||
"sizes": "72x72",
|
||||
"type": "image/png",
|
||||
"density": 1.5
|
||||
},
|
||||
{
|
||||
"src": "/favicon-96.png",
|
||||
"sizes": "96x96",
|
||||
"type": "image/png",
|
||||
"density": 2
|
||||
},
|
||||
{
|
||||
"src": "/favicon-144.png",
|
||||
"sizes": "144x144",
|
||||
"type": "image/png",
|
||||
"density": 3
|
||||
},
|
||||
{
|
||||
"src": "/favicon-192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "any"
|
||||
"density": 4
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"orientation": "portrait"
|
||||
]
|
||||
}
|
||||
|
||||