Deployment code

This commit is contained in:
2026-01-08 20:23:03 +05:30
parent 86ed316728
commit ba681d0930
56 changed files with 275 additions and 2 deletions

25
build/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"
}