diff --git a/apps/www/public/favicons/site.webmanifest b/apps/www/public/favicons/site.webmanifest index 30017f4..1f0c01c 100644 --- a/apps/www/public/favicons/site.webmanifest +++ b/apps/www/public/favicons/site.webmanifest @@ -1,19 +1,19 @@ { - "name": "Portfolio", - "short_name": "Portfolio", - "icons": [ - { - "src": "/android-chrome-192x192.png", - "sizes": "192x192", - "type": "image/png" - }, - { - "src": "/android-chrome-384x384.png", - "sizes": "384x384", - "type": "image/png" - } - ], - "theme_color": "#ffffff", - "background_color": "#ffffff", - "display": "standalone" + "name": "Portfolio", + "short_name": "Portfolio", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-384x384.png", + "sizes": "384x384", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" }