Files
LexiChain/public/manifest.json

24 lines
535 B
JSON
Raw Normal View History

2026-03-25 13:52:45 +01:00
{
"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"
}
]
}