From de7cd1267df684b5befd6111aa347e76c6f2ffdd Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Wed, 23 Dec 2020 19:11:23 +0100 Subject: [PATCH] =?UTF-8?q?added=20webmanifest=20=F0=9F=A7=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ref #7 --- public/index.html | 1 + public/manifest.webmanifest | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 public/manifest.webmanifest diff --git a/public/index.html b/public/index.html index fd5ce9d0..dcef3f44 100644 --- a/public/index.html +++ b/public/index.html @@ -4,6 +4,7 @@ + diff --git a/public/manifest.webmanifest b/public/manifest.webmanifest new file mode 100644 index 00000000..5bd2d18f --- /dev/null +++ b/public/manifest.webmanifest @@ -0,0 +1,20 @@ +{ + "name": "Lauf für Kaya! - Admin", + "short_name": "LfK!Admin", + "start_url": ".", + "display": "standalone", + "background_color": "#fff", + "description": "Lauf für Kaya! - Admin", + "icons": [ + { + "src": "/favicon.png", + "sizes": "48x48", + "type": "image/png" + }, + { + "src": "/favicon.png", + "sizes": "144x144", + "type": "image/png" + } + ] +}