Update title and description in index.html and manifest.webmanifest for consistency

This commit is contained in:
2025-10-05 15:04:51 +02:00
parent 131b5d6a71
commit f8040cf9a2
2 changed files with 7 additions and 7 deletions

View File

@@ -3,11 +3,11 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Zelo News</title>
<meta name="description" content="A Nostr-powered news platform" />
<title>zelo.news - Your Source for Decentralized News</title>
<meta name="description" content="Your Source for Decentralized News" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Zelo News" />
<meta property="og:description" content="A Nostr-powered news platform" />
<meta property="og:title" content="zelo.news - Your Source for Decentralized News" />
<meta property="og:description" content="Your Source for Decentralized News" />
<meta http-equiv="content-security-policy" content="default-src 'none'; script-src 'self'; style-src 'self' 'unsafe-inline'; frame-src 'self' https:; font-src 'self'; base-uri 'self'; manifest-src 'self'; connect-src 'self' blob: https: wss:; img-src 'self' data: blob: https:; media-src 'self' https:">
<link rel="manifest" href="/manifest.webmanifest">
</head>

View File

@@ -1,7 +1,7 @@
{
"name": "Zelo News",
"short_name": "Zelo",
"description": "A Nostr-powered news platform",
"name": "zelo.news",
"short_name": "zelo",
"description": "Your Source for Decentralized News",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",