diff --git a/index.html b/index.html
index c211dad..01426a2 100644
--- a/index.html
+++ b/index.html
@@ -12,7 +12,7 @@
-
+
diff --git a/public/favicon_io/site.webmanifest b/public/favicon_io/site.webmanifest
index 45dc8a2..69e34ad 100644
--- a/public/favicon_io/site.webmanifest
+++ b/public/favicon_io/site.webmanifest
@@ -1 +1,21 @@
-{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
\ No newline at end of file
+{
+ "short_name": "Software Advisor",
+ "name": "Software Advisor",
+ "description": "By R.N.Viththagan. Software Advisor helps you find the perfect software for your needs by providing tailored recommendations based on your requirements.",
+ "start_url": "/",
+ "display": "standalone",
+ "background_color": "#ffffff",
+ "theme_color": "#0000ff",
+ "icons": [
+ {
+ "src": "/favicon_io/android-chrome-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ },
+ {
+ "src": "/favicon_io/android-chrome-512x512.png",
+ "sizes": "512x512",
+ "type": "image/png"
+ }
+ ]
+}