diff --git a/public/manifest.json b/public/manifest.json index 3b647a7..d6322cd 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -6,16 +6,16 @@ "description": "A Progressive Web Application setup for Laravel projects.", "theme_color": "#6777ef", "start_url": "/", - "icons": [ + "icons": [ { - "src": "/logo.png", + "src": "/logo-192.png", "sizes": "192x192", "type": "image/png" }, { - "src": "/logo.png", + "src": "/logo-512.png", "sizes": "512x512", "type": "image/png" } - ] + ] }