From 8176f7bc16fc542c2cf0a7a542e9f4d4777a6890 Mon Sep 17 00:00:00 2001 From: Aishat004 Date: Mon, 1 Jun 2026 17:50:57 +0100 Subject: [PATCH] feat: all issues resolved --- frontend/favicon.svg | 4 ++++ frontend/index copy.html | 20 ++++++++++++++++++++ frontend/manifest.json | 17 +++++++++++++++++ 3 files changed, 41 insertions(+) create mode 100644 frontend/favicon.svg create mode 100644 frontend/index copy.html create mode 100644 frontend/manifest.json 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 @@ + + + C + 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" + } + ] +}