From cb4e1e4c0bbc4bc877494d63adb5340091119ac5 Mon Sep 17 00:00:00 2001 From: neroignis Date: Thu, 7 Oct 2021 09:20:48 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9Emanifest.json=E2=80=9C=20hinzuf=C3=BCg?= =?UTF-8?q?en?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 manifest.json diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..a77ddea --- /dev/null +++ b/manifest.json @@ -0,0 +1,16 @@ +{ + "short_name": "Lead Horizon", + "name": "Lead Horizon - PWA", + "icons": [ + { + "src": "https://media-exp1.licdn.com/dms/image/C560BAQFyHmYEyeqMnw/company-logo_200_200/0/1624049318784?e=2159024400&v=beta&t=Ua-Ci0IAtpGd37FeVpdKopqOF8ue93lUodmAkX8zoA4", + "type": "image/png", + "sizes": "64x64" + } + ], + "start_url": "/lead-horizon-wrapper", + "background_color": "#3a3939", + "display": "standalone", + "scope": https://cw2.lead-horizon.org/, + "theme_color": "#1ECBDC" +} \ No newline at end of file