diff --git a/public/favicon-192x192-maskable.png b/public/favicon-192x192-maskable.png new file mode 100644 index 0000000..dfbea72 Binary files /dev/null and b/public/favicon-192x192-maskable.png differ diff --git a/public/favicon-512x512-maskable.png b/public/favicon-512x512-maskable.png new file mode 100644 index 0000000..eae2846 Binary files /dev/null and b/public/favicon-512x512-maskable.png differ diff --git a/public/site.webmanifest b/public/site.webmanifest index 3231cf2..18194f3 100644 --- a/public/site.webmanifest +++ b/public/site.webmanifest @@ -28,13 +28,25 @@ "src": "/favicon-192x192.png", "sizes": "192x192", "type": "image/png", - "purpose": "any maskable" + "purpose": "any" }, { "src": "/favicon-512x512.png", "sizes": "512x512", "type": "image/png", - "purpose": "any maskable" + "purpose": "any" + }, + { + "src": "/favicon-192x192-maskable.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "maskable" + }, + { + "src": "/favicon-512x512-maskable.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "maskable" } ], "categories": ["social", "utilities", "productivity"],