diff --git a/public/manifest.json b/public/manifest.json index ef11092..28cdb47 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -2,9 +2,19 @@ "name": "Ayo Ayco", "short_name": "Ayo Ayco", "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, { "src": "touch-icon-large.png", "sizes": "500x500" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" } ], "background_color": "#ffffff", diff --git a/public/site.webmanifest b/public/site.webmanifest index fa99de7..28cdb47 100644 --- a/public/site.webmanifest +++ b/public/site.webmanifest @@ -1,19 +1,23 @@ { - "name": "", - "short_name": "", + "name": "Ayo Ayco", + "short_name": "Ayo Ayco", "icons": [ { "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" }, + { + "src": "touch-icon-large.png", + "sizes": "500x500" + }, { "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" } ], - "theme_color": "#ffffff", "background_color": "#ffffff", - "display": "standalone" + "theme_color": "#3054bf", + "display": "fullscreen" }