💄 apple standalone page improvements
|
Before Width: | Height: | Size: 9.2 KiB |
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 9.2 KiB After Width: | Height: | Size: 9.2 KiB |
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 9.2 KiB After Width: | Height: | Size: 9.2 KiB |
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
BIN
public/imgs/pwa/apple-icon-180.png
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
public/imgs/pwa/favicon-196.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
public/imgs/pwa/manifest/manifest-icon-192.maskable.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
public/imgs/pwa/manifest/manifest-icon-512.maskable.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
29
public/site.webmanifest
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"display": "standalone",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/imgs/pwa/manifest/manifest-icon-192.maskable.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "any"
|
||||
},
|
||||
{
|
||||
"src": "/imgs/pwa/manifest/manifest-icon-192.maskable.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
},
|
||||
{
|
||||
"src": "/imgs/pwa/manifest/manifest-icon-512.maskable.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "any"
|
||||
},
|
||||
{
|
||||
"src": "/imgs/pwa/manifest/manifest-icon-512.maskable.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
}
|
||||
]
|
||||
}
|
||||