diff --git a/public/manifest.json b/public/manifest.json index 35ed58a..b049eb9 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,5 +1,5 @@ { - "theme_color": "#ffff", + "theme_color": "#000", "background_color": "#000", "display": "standalone", "scope": "/", diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f20e407..cf9502d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -21,7 +21,7 @@ export const metadata: Metadata = { description: "Discover the ultimate anime experience at Animetrix! Enjoy free anime downloads and streaming of the latest series and timeless classics. Dive into our vast collection now!", manifest: "/manifest.json", icons: { apple: "/logo.png" }, - themeColor: "#ffff", + themeColor: "#000", openGraph: { images: [{ url: banner.src, alt: "Animetrix Banner" }], },