mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-29 21:41:00 +00:00
Updated routing somewhat, so it should be possible to run the server without being in the correct folder
This commit is contained in:
16
server/public/assets/manifest.json
Executable file
16
server/public/assets/manifest.json
Executable file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"short_name": "Zoff",
|
||||
"name": "Zoff",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/assets/images/144x144.png",
|
||||
"sizes": "144x144",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"background_color": "#2D2D2D",
|
||||
"theme_color": "#2D2D2D",
|
||||
"orientation": "portrait"
|
||||
}
|
||||
Reference in New Issue
Block a user