[ADD] PWA configuration for desktop web progressive app
This commit is contained in:
16
static/build/manifest.json
Normal file
16
static/build/manifest.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user