From f8040cf9a22de9e6d2b968cf6f5f242a00388c84 Mon Sep 17 00:00:00 2001 From: highperfocused Date: Sun, 5 Oct 2025 15:04:51 +0200 Subject: [PATCH] Update title and description in index.html and manifest.webmanifest for consistency --- index.html | 8 ++++---- public/manifest.webmanifest | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 1c2e61b..a32b7b7 100644 --- a/index.html +++ b/index.html @@ -3,11 +3,11 @@ - Zelo News - + zelo.news - Your Source for Decentralized News + - - + + diff --git a/public/manifest.webmanifest b/public/manifest.webmanifest index dc1880c..cebf108 100644 --- a/public/manifest.webmanifest +++ b/public/manifest.webmanifest @@ -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",