Files
zoff/server/views/assets/manifest.json
Kasper Rynning-Tønnesen 9f3e2fddb9 NodeJS server instead of PHP
2017-05-01 23:51:02 +02:00

17 lines
306 B
JSON
Executable File

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