Files
004.erp.generic/frontend/public/manifest.webmanifest
mariomitte 5d39e048ba
Some checks failed
ERP CI Pipeline / test (push) Has been cancelled
prvi kod za live uporabu
2026-07-09 21:21:17 +02:00

20 lines
410 B
JSON

{
"name": "ERP Generic",
"short_name": "ERP",
"description": "Offline-capable ERP dashboard for field service teams",
"start_url": "/",
"scope": "/",
"display": "standalone",
"background_color": "#f9fafb",
"theme_color": "#4f46e5",
"lang": "hr",
"icons": [
{
"src": "/pwa-icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any maskable"
}
]
}