Files
ihrm/static/build/manifest.json
Ashwanth Balakrishnan 58be33a8d7 Added Pre-Commit Hooks (#175)
* Added pre commit hook

* Run pre commit hook on all files

---------

Co-authored-by: Horilla <131998600+horilla-opensource@users.noreply.github.com>
2024-05-07 12:23:36 +05:30

17 lines
382 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"
}
]
}