From 9c78996300484d8c3ae0cc8156ac64a5d0045959 Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Tue, 4 Nov 2025 15:41:40 +0530 Subject: [PATCH] Update start_url in manifest.json to point to /admin --- public/manifest.json | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index 9ada1c5..e5d4030 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -5,12 +5,5 @@ "display": "standalone", "description": "A Progressive Web Application setup for Laravel projects.", "theme_color": "#6777ef", - "start_url": "/", - "icons": [ - { - "src": "logo.png", - "sizes": "512x512", - "type": "image/png" - } - ] + "start_url": "/admin" }