Доработать UI звонков и нижний тулбар

This commit is contained in:
AidarKC
2026-08-11 13:29:29 +04:00
parent 566ea942dc
commit 628a970e6f
12 changed files with 465 additions and 91 deletions
+8 -3
View File
@@ -2,13 +2,12 @@
"name": "СИЯНИЕ",
"short_name": "СИЯНИЕ",
"start_url": "./index.html",
"display": "fullscreen",
"display": "standalone",
"display_override": [
"fullscreen",
"standalone",
"minimal-ui"
],
"orientation": "any",
"orientation": "portrait",
"background_color": "#0b1020",
"theme_color": "#0b1020",
"icons": [
@@ -21,6 +20,12 @@
"src": "./img/logo.jpg",
"sizes": "512x512",
"type": "image/jpeg"
},
{
"src": "./img/shine-logo-transparent-final.png",
"sizes": "1280x1280",
"type": "image/png",
"purpose": "any maskable"
}
]
}