Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/correct.svg" />
<link rel="manifest" href="/manifest.json" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chainvoice | Stability Nexus</title>
<meta name="description" content="Decentralized Invoicing Platform by Stability Nexus. Create, manage, and pay invoices securely on the blockchain." />
Expand Down
21 changes: 21 additions & 0 deletions frontend/public/manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
Comment thread
Atharva0506 marked this conversation as resolved.
]
}
Loading