Add avatar and favicons
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 258 KiB |
After Width: | Height: | Size: 220 B |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 1.3 MiB |
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"name": "bulgariu.xyz",
|
||||
"short_name": "bulgariu.xyz",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/images/web-app-manifest-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
},
|
||||
{
|
||||
"src": "/images/web-app-manifest-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
}
|
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 7.8 KiB |