mirror of
https://codeberg.org/MarkusThielker/finances.git
synced 2025-07-01 11:09:18 +00:00
N-FIN-57: add serwist and PWA configuration
This commit is contained in:
parent
609e0056da
commit
a7863d4b31
8 changed files with 1365 additions and 49 deletions
16
public/manifest.json
Normal file
16
public/manifest.json
Normal 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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue