From 08af1e8825e0b7cb3251261cf7114a2f2d5ebcb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Fri, 24 Jan 2020 10:30:25 +0100 Subject: [PATCH] Manifest-fixes, and color-update --- public/assets/images/site.webmanifest | 15 ------------- public/assets/manifest.json | 16 ++++++++++++++ src/templates/Create.html | 32 +++++++++++++++++++++------ 3 files changed, 41 insertions(+), 22 deletions(-) delete mode 100644 public/assets/images/site.webmanifest create mode 100644 public/assets/manifest.json 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 - - - - - - - + + + + + + +