From c7975a7aaf839987e29c61ee6ed98e0e5b87e90d Mon Sep 17 00:00:00 2001 From: chenhang Date: Wed, 17 Jun 2026 18:58:26 +0800 Subject: [PATCH] fix(manifest): update app name and short name to match branding --- public/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index b3eb3b59..096969ce 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { - "name": "cozsweet", - "short_name": "cozsweet", + "name": "CozSweet", + "short_name": "CozSweet", "description": "Cozsweet — Your exclusive AI companion", "start_url": "/splash", "scope": "/",