Co-authored-by: Sharang Parnerkar <parnerkarsharang@gmail.com> Reviewed-on: #7
18 lines
402 B
JSON
18 lines
402 B
JSON
{
|
|
"name": "CERTifAI Dashboard",
|
|
"short_name": "CERTifAI",
|
|
"description": "Self-hosted GenAI infrastructure management dashboard",
|
|
"start_url": "/dashboard",
|
|
"display": "standalone",
|
|
"background_color": "#0f1117",
|
|
"theme_color": "#4B3FE0",
|
|
"icons": [
|
|
{
|
|
"src": "/assets/logo.svg",
|
|
"sizes": "any",
|
|
"type": "image/svg+xml",
|
|
"purpose": "any maskable"
|
|
}
|
|
]
|
|
}
|