PreRelease v1

This commit is contained in:
2026-03-25 13:52:45 +01:00
parent 94b0c68703
commit 6bf998a52a
56 changed files with 11427 additions and 847 deletions

Binary file not shown.

23
public/manifest.json Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "LexiChain - AI Contract Management",
"short_name": "LexiChain",
"description": "Intelligent BFSI contract management with AI analysis",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#0066FF",
"icons": [
{
"src": "/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
]
}