diff --git a/client/index.html b/client/index.html
index 2b40db5..f248abe 100644
--- a/client/index.html
+++ b/client/index.html
@@ -25,6 +25,20 @@
/>
+
+
+
+
+
\ No newline at end of file
diff --git a/client/public/site.webmanifest b/client/public/site.webmanifest
new file mode 100644
index 0000000..346e527
--- /dev/null
+++ b/client/public/site.webmanifest
@@ -0,0 +1,21 @@
+{
+ "name": "Highland Group RDA",
+ "short_name": "Highland RDA",
+ "icons": [
+ {
+ "src": "/web-app-manifest-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png",
+ "purpose": "maskable"
+ },
+ {
+ "src": "/web-app-manifest-512x512.png",
+ "sizes": "512x512",
+ "type": "image/png",
+ "purpose": "maskable"
+ }
+ ],
+ "theme_color": "#e2e2e2",
+ "background_color": "#e2e2e2",
+ "display": "standalone"
+}
diff --git a/client/public/web-app-manifest-192x192.png b/client/public/web-app-manifest-192x192.png
new file mode 100644
index 0000000..0bbe5f0
Binary files /dev/null and b/client/public/web-app-manifest-192x192.png differ
diff --git a/client/public/web-app-manifest-512x512.png b/client/public/web-app-manifest-512x512.png
new file mode 100644
index 0000000..fd1e168
Binary files /dev/null and b/client/public/web-app-manifest-512x512.png differ