From 48ce416cbf3a3b0f119e3e635a3fdf722178a4d9 Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Thu, 1 Jan 2026 10:44:01 +0530 Subject: [PATCH] Added manifest.json and changed name of teh application --- public/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index d6322cd..887ac40 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { - "name": "Laravel PWA", - "short_name": "LPT", + "name": "QDS", + "short_name": "qds", "background_color": "#6777ef", "display": "standalone", "description": "A Progressive Web Application setup for Laravel projects.",