diff --git a/frontend/favicon.svg b/frontend/favicon.svg
new file mode 100644
index 0000000..c0d3bf0
--- /dev/null
+++ b/frontend/favicon.svg
@@ -0,0 +1,4 @@
+
diff --git a/frontend/index copy.html b/frontend/index copy.html
new file mode 100644
index 0000000..78d4b4c
--- /dev/null
+++ b/frontend/index copy.html
@@ -0,0 +1,20 @@
+
+
+
+
+
+ CosmosVote — Governance
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/frontend/manifest.json b/frontend/manifest.json
new file mode 100644
index 0000000..7e55986
--- /dev/null
+++ b/frontend/manifest.json
@@ -0,0 +1,17 @@
+{
+ "name": "CosmosVote",
+ "short_name": "CosmosVote",
+ "description": "On-chain governance and voting app for Stellar Soroban",
+ "start_url": ".",
+ "display": "standalone",
+ "background_color": "#ffffff",
+ "theme_color": "#4A90E2",
+ "icons": [
+ {
+ "src": "/favicon.svg",
+ "sizes": "any",
+ "type": "image/svg+xml",
+ "purpose": "any maskable"
+ }
+ ]
+}