* Added pre commit hook * Run pre commit hook on all files --------- Co-authored-by: Horilla <131998600+horilla-opensource@users.noreply.github.com>
17 lines
382 B
JSON
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"
|
|
}
|
|
]
|
|
}
|