zenith-frontend / manifest.json
teoat's picture
Upload folder using huggingface_hub
7ee531a verified
{
"name": "Zenith Forensic Platform",
"short_name": "Zenith",
"name_localized": "Zenith Forensic Investigation Platform",
"description": "Enterprise-grade forensic investigation and fraud detection platform.",
"start_url": "/",
"display": "standalone",
"background_color": "#1a1a2e",
"theme_color": "#1a1a2e",
"icons": [
{
"src": "/vite.svg",
"sizes": "192x192",
"type": "image/svg+xml",
"purpose": "any maskable"
},
{
"src": "/vite.svg",
"sizes": "512x512",
"type": "image/svg+xml",
"purpose": "any maskable"
}
],
"orientation": "any",
"categories": ["business", "finance", "security"]
}