Files
CRM/public/manifest.webmanifest
Kroonk a213a1dba0
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
refactor: replace custom CRM with Monica fork
2026-05-22 16:19:55 +02:00

30 lines
611 B
JSON

{
"name": "Monica",
"short_name": "Monica",
"start_url": ".",
"display": "standalone",
"background_color": "#fff",
"description": "Intuitive personal relationships management.",
"icons": [
{
"src": "/img/monica_140.svg",
"sizes": "140x140",
"type": "image/svg+xml"
},
{
"src": "/img/monica_192.svg",
"sizes": "192x192",
"type": "image/svg+xml"
},
{
"src": "/img/monica_512.svg",
"sizes": "512x512",
"type": "image/svg+xml"
}
],
"orientation": "portrait-primary",
"related_applications": [{
"platform": "web"
}]
}