seo: proper favicon sizes (32/192/512px) + web app manifest for Yandex

This commit is contained in:
2026-07-26 13:21:59 +00:00
parent 0fe2f7d9a9
commit 06643e2d50
8 changed files with 23 additions and 3 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 817 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

+11
View File
@@ -0,0 +1,11 @@
{
"name": "Инфраструктурный полигон MONT",
"short_name": "MONT Полигон",
"description": "Демонстрация и пилотное тестирование российского ПО",
"start_url": "/",
"display": "browser",
"icons": [
{ "src": "/static/favicon_192.png", "sizes": "192x192", "type": "image/png" },
{ "src": "/static/favicon_512.png", "sizes": "512x512", "type": "image/png" }
]
}