From ca5d35830ec1fb0b7176b101c9b56c48eeb1ea8f Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Wed, 23 Mar 2022 12:09:03 +0430 Subject: wip --- spring-front/public/manifest.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 spring-front/public/manifest.json (limited to 'spring-front/public/manifest.json') diff --git a/spring-front/public/manifest.json b/spring-front/public/manifest.json new file mode 100644 index 0000000..4a4d0ed --- /dev/null +++ b/spring-front/public/manifest.json @@ -0,0 +1,8 @@ +{ + "short_name": "RTLMD", + "name": "RTLMD", + "start_url": ".", + "display": "standalone", + "theme_color": "#005f87", + "background_color": "#000000" +} -- cgit v1.2.3