NodeJS server instead of PHP

This commit is contained in:
Kasper Rynning-Tønnesen
2017-05-01 23:51:02 +02:00
parent 824e061996
commit 9f3e2fddb9
104 changed files with 1745 additions and 507 deletions

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