diff --git a/public/manifest.json b/public/manifest.json index 668e540..081e9d8 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -3,17 +3,17 @@ "name": "Spend-Sync", "icons": [ { - "src": "favicon.ico", + "src": "favicon-16x16.png", "sizes": "64x64 32x32 24x24 16x16", "type": "image/x-icon" }, { - "src": "favicon-32x32.png", + "src": "android-chrome-192x192.png", "type": "image/png", "sizes": "192x192" }, { - "src": "favicon-32x32.png", + "src": "android-chrome-512x512.png", "type": "image/png", "sizes": "512x512" } diff --git a/public/site.webmanifest b/public/site.webmanifest index 668e540..081e9d8 100644 --- a/public/site.webmanifest +++ b/public/site.webmanifest @@ -3,17 +3,17 @@ "name": "Spend-Sync", "icons": [ { - "src": "favicon.ico", + "src": "favicon-16x16.png", "sizes": "64x64 32x32 24x24 16x16", "type": "image/x-icon" }, { - "src": "favicon-32x32.png", + "src": "android-chrome-192x192.png", "type": "image/png", "sizes": "192x192" }, { - "src": "favicon-32x32.png", + "src": "android-chrome-512x512.png", "type": "image/png", "sizes": "512x512" }