From 0611dc6ce14d23bda610624921ea8d5b3e563530 Mon Sep 17 00:00:00 2001 From: shoshannaTM Date: Thu, 5 Feb 2026 14:47:16 -0800 Subject: [PATCH] Fixed Hub -> Noun in manifest.json --- src/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/manifest.json b/src/manifest.json index 81f69de1..ac443fe3 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,6 +1,6 @@ { - "name": "Lazztech Hub", - "short_name": "Lazztech Hub", + "name": "Lazztech Noun", + "short_name": "Lazztech Noun", "theme_color": "#222428", "background_color": "#fafafa", "display": "standalone",