diff --git a/frontend/index.html b/frontend/index.html
index 8634b658..6b6278da 100644
--- a/frontend/index.html
+++ b/frontend/index.html
@@ -3,6 +3,7 @@
+
Chainvoice | Stability Nexus
diff --git a/frontend/public/manifest.json b/frontend/public/manifest.json
new file mode 100644
index 00000000..ed14b123
--- /dev/null
+++ b/frontend/public/manifest.json
@@ -0,0 +1,21 @@
+{
+ "name": "Chainvoice | Stability Nexus",
+ "short_name": "Chainvoice",
+ "description": "Decentralized Invoicing Platform by Stability Nexus. Create, manage, and pay invoices securely on the blockchain.",
+ "start_url": "/",
+ "display": "standalone",
+ "background_color": "#ffffff",
+ "theme_color": "#ffffff",
+ "icons": [
+ {
+ "src": "/correct.svg",
+ "sizes": "any",
+ "type": "image/svg+xml"
+ },
+ {
+ "src": "/logo.png",
+ "sizes": "512x512",
+ "type": "image/png"
+ }
+ ]
+}