Files
ihrm/static/build/manifest.json

16 lines
381 B
JSON

{
"name": "Horilla",
"short_name": "Horilla",
"description": "Free and Open Source HR Software",
"start_url": "/",
"display": "standalone",
"background_color": "orangered",
"theme_color": "orangered",
"icons": [
{
"src": "/static/favicons/apple-touch-icon.png",
"sizes": "192x192",
"type": "image/png"
}
]
}