refactor: replace custom CRM with Monica fork
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
This commit is contained in:
29
public/manifest.webmanifest
Normal file
29
public/manifest.webmanifest
Normal 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"
|
||||
}]
|
||||
}
|
||||
Reference in New Issue
Block a user