Added PWA support

This commit is contained in:
HassanSattar3 2024-12-07 23:20:23 -05:00
parent 957ca39f90
commit 80dc61f49e
2 changed files with 10 additions and 3 deletions

View file

@ -26,7 +26,7 @@
}
],
"background_color": "#efefef",
"display": "minimal-ui",
"display": "standalone",
"theme_color": "#3367d6",
"screenshots" : [
{
@ -86,5 +86,10 @@
},
"launch_handler": {
"client_mode": "focus-existing"
}
},
"start_url": "/",
"orientation": "any",
"categories": ["utilities", "productivity"],
"prefer_related_applications": false,
"display_override": ["window-controls-overlay", "standalone"]
}