N-FIN-57: add serwist and PWA configuration

This commit is contained in:
Markus Thielker 2024-03-17 20:28:41 +01:00
parent 609e0056da
commit a7863d4b31
No known key found for this signature in database
8 changed files with 1365 additions and 49 deletions

16
public/manifest.json Normal file
View file

@ -0,0 +1,16 @@
{
"name": "Finances",
"short_name": "Finances",
"icons": [
{
"src": "/logo_white.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#0B0908",
"background_color": "#0B0908",
"start_url": "/",
"display": "standalone",
"orientation": "portrait"
}