[ADD] PWA configuration for desktop web progressive app

This commit is contained in:
Horilla
2024-02-09 11:53:40 +05:30
parent 34ec62134d
commit ec082ab08a
3 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"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"
}
]
}