diff --git a/apps/web/app/manifest.ts b/apps/web/app/manifest.ts index 93ef6b41..48707b84 100644 --- a/apps/web/app/manifest.ts +++ b/apps/web/app/manifest.ts @@ -22,7 +22,13 @@ export default function manifest(): MetadataRoute.Manifest { src: "/icon-512x512.png", sizes: "512x512", type: "image/png", - purpose: "any maskable", + purpose: "any", + }, + { + src: "/icon-512x512.png", + sizes: "512x512", + type: "image/png", + purpose: "maskable", }, ], };