diff --git a/public/assets/images/site.webmanifest b/public/assets/images/site.webmanifest deleted file mode 100644 index d1f18b8..0000000 --- a/public/assets/images/site.webmanifest +++ /dev/null @@ -1,15 +0,0 @@ -{ - "author": "Kasper Rynning-Tønnesen og Kevin Midbøe", - "name": "Vinlotteri Knowit", - "short_name": "Vinlottis", - "icons": [ - { - "src": "/android-chrome-144x144.png", - "sizes": "144x144", - "type": "image/png" - } - ], - "theme_color": "#daeedd", - "background_color": "#daeedd", - "display": "standalone" -} diff --git a/public/assets/manifest.json b/public/assets/manifest.json new file mode 100644 index 0000000..73ee899 --- /dev/null +++ b/public/assets/manifest.json @@ -0,0 +1,16 @@ +{ + "author": "Kasper Rynning-Tønnesen og Kevin Midbøe", + "name": "Vinlotteri Knowit", + "short_name": "Vinlottis", + "start_url": "/#/", + "icons": [ + { + "src": "/public/assets/images/android-chrome-144x144.png", + "sizes": "144x144", + "type": "image/png" + } + ], + "theme_color": "#daeedd", + "background_color": "#daeedd", + "display": "standalone" +} diff --git a/src/templates/Create.html b/src/templates/Create.html index d383745..19fdf6b 100644 --- a/src/templates/Create.html +++ b/src/templates/Create.html @@ -3,13 +3,31 @@ Vinlottis - - - - - - - + + + + + + +