prism/server/public/manifest.json
2026-01-31 02:00:29 -08:00

17 lines
358 B
JSON

{
"name": "PRISM Admin",
"short_name": "PRISM",
"description": "Notification gateway admin panel",
"start_url": "/",
"display": "standalone",
"background_color": "#1a1a1a",
"theme_color": "#8159b8",
"icons": [
{
"src": "/favicon.webp",
"sizes": "32x32",
"type": "image/webp",
"purpose": "any maskable"
}
]
}