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" }