rayhan-erp/frontend/web/manifest.json

24 lines
600 B
JSON

{
"name": "Rayhan ERP",
"short_name": "Rayhan ERP",
"start_url": ".",
"display": "standalone",
"background_color": "#F5F7FA",
"theme_color": "#1565C0",
"description": "Système de Gestion Intégré — SUARL Rayhan",
"orientation": "portrait-primary",
"prefer_related_applications": false,
"icons": [
{
"src": "icons/Icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icons/Icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}