Files
zoff/server/public/assets/manifest.json

17 lines
307 B
JSON
Executable File

{
"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"
}