Files
zoff/manifest.json
Kasper Rynning-Tønnesen 0cab9db135 More changes made
2017-02-28 18:40:12 +01: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"
}