From e0bdd88706d3bec1e4c1db5550eb1e0b54395036 Mon Sep 17 00:00:00 2001 From: Simon Ding Date: Tue, 23 Jul 2024 10:23:09 +0800 Subject: [PATCH] feat: change name --- ui/web/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/web/manifest.json b/ui/web/manifest.json index 7b98054..62f09ff 100644 --- a/ui/web/manifest.json +++ b/ui/web/manifest.json @@ -1,6 +1,6 @@ { - "name": "ui", - "short_name": "ui", + "name": "Polaris", + "short_name": "Polaris", "start_url": ".", "display": "standalone", "background_color": "#0175C2",