Initial commit of project without large files

This commit is contained in:
2025-12-29 15:45:02 +05:30
parent 82ad17a88a
commit 2a58e4af62
79 changed files with 26524 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"
}