From 27523a9d217e453277d1fc03c8b97bc55991a74f Mon Sep 17 00:00:00 2001 From: ShivaBhattacharjee Date: Sat, 16 Mar 2024 00:06:02 +0530 Subject: [PATCH] update: manifest color --- public/manifest.json | 2 +- src/app/layout.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" }], },