Files
ctms/frontend/public/site.webmanifest
T
2026-07-09 13:53:01 +08:00

20 lines
362 B
JSON

{
"name": "CTMS",
"short_name": "CTMS",
"icons": [
{
"src": "/icons/ctms-icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icons/ctms-icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#13243a",
"background_color": "#f4f7fb",
"display": "standalone"
}