From b6d89305069a0d0b89a927f81cee1095e97573ec Mon Sep 17 00:00:00 2001 From: "EREBUS_DMN\\jsz" <johanna.szepanski@softhouse.se> Date: Thu, 21 Nov 2024 13:55:11 +0100 Subject: [PATCH] added a manifest.json file --- public/manifest.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 public/manifest.json diff --git a/public/manifest.json b/public/manifest.json new file mode 100644 index 00000000..7ace84b7 --- /dev/null +++ b/public/manifest.json @@ -0,0 +1,15 @@ +{ + "short_name": "CE Deploy & Monitor", + "name": "CE deploy & Monitor application for deploying and monitoring IOC:s", + "icons": [ + { + "src": "favicon.ico", + "sizes": "64x64 32x32 24x24 16x16", + "type": "image/x-icon" + } + ], + "start_url": ".", + "display": "standalone", + "theme_color": "#000000", + "background_color": "#ffffff" +} -- GitLab