Корректировка фавиконок

This commit is contained in:
2025-05-12 21:55:22 +08:00
parent 252af50239
commit 176e084bfb
12 changed files with 34 additions and 62 deletions

View File

@@ -1,19 +1,21 @@
{
"name": "",
"short_name": "",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
"name": "IPTV Плейлисты",
"short_name": "IPTV Плейлисты",
"icons": [
{
"src": "/favicon/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/favicon/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#212529",
"background_color": "#212529",
"display": "standalone"
}