mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-29 05:21:01 +00:00
NodeJS server instead of PHP
This commit is contained in:
16
server/views/assets/manifest.json
Executable file
16
server/views/assets/manifest.json
Executable file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"short_name": "Zoff",
|
||||
"name": "Zoff",
|
||||
"icons": [
|
||||
{
|
||||
"src": "public/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