refactor: replace custom CRM with Monica fork
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s

This commit is contained in:
Kroonk
2026-05-22 16:19:55 +02:00
parent 38cc4c09ca
commit a213a1dba0
2215 changed files with 242567 additions and 6015 deletions

View File

@@ -0,0 +1,29 @@
{
"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"
}]
}