All checks were successful
CI / Clippy (push) Successful in 2m24s
CI / Security Audit (push) Has been skipped
CI / Tests (push) Has been skipped
CI / Format (pull_request) Successful in 2s
CI / Format (push) Successful in 3s
CI / Clippy (pull_request) Successful in 2m19s
CI / Security Audit (pull_request) Has been skipped
CI / Tests (pull_request) Has been skipped
CI / Deploy (push) Has been skipped
CI / Deploy (pull_request) Has been skipped
Add web manifest, service worker with cache-first static assets and network-first navigation, and register from the App component head. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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"
|
|
}
|
|
]
|
|
}
|