Initial commit: YourHouse project

This commit is contained in:
Bivekich
2025-06-26 05:37:29 +03:00
commit 827e8d5ab2
73 changed files with 9365 additions and 0 deletions

24
public/site.webmanifest Normal file
View File

@ -0,0 +1,24 @@
{
"name": "ВашДом - Строительство домов под ключ",
"short_name": "ВашДом",
"description": "Профессиональное строительство домов под ключ. Проектирование, строительство и отделка домов любой сложности.",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#2563eb",
"orientation": "portrait-primary",
"icons": [
{
"src": "/icon-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/icon-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
]
}