31 lines
646 B
JSON
31 lines
646 B
JSON
|
|
{
|
||
|
|
"name": "LeoCRM",
|
||
|
|
"short_name": "LeoCRM",
|
||
|
|
"description": "Self-hosted CRM system for small sales teams",
|
||
|
|
"start_url": "/",
|
||
|
|
"display": "standalone",
|
||
|
|
"background_color": "#0f172a",
|
||
|
|
"theme_color": "#3b82f6",
|
||
|
|
"orientation": "portrait-primary",
|
||
|
|
"icons": [
|
||
|
|
{
|
||
|
|
"src": "/icon-192.svg",
|
||
|
|
"sizes": "192x192",
|
||
|
|
"type": "image/svg+xml",
|
||
|
|
"purpose": "any maskable"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"src": "/icon-512.svg",
|
||
|
|
"sizes": "512x512",
|
||
|
|
"type": "image/svg+xml",
|
||
|
|
"purpose": "any maskable"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"categories": [
|
||
|
|
"business",
|
||
|
|
"productivity",
|
||
|
|
"utilities"
|
||
|
|
],
|
||
|
|
"lang": "de",
|
||
|
|
"dir": "ltr"
|
||
|
|
}
|