Add frontend project files

This commit is contained in:
2025-12-25 17:53:02 +05:30
commit e28f75a280
151 changed files with 32475 additions and 0 deletions

25
public/manifest.json Normal file
View File

@@ -0,0 +1,25 @@
{
"short_name": "LCEPL",
"name": "Laxmi Civil Engineering Services Pvt. Ltd.",
"icons": [
{
"src": "favicon_large.ico",
"sizes": "256x256 128x128 70x70 34x34 26x26 18x18",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}