Skip to content
This repository was archived by the owner on Aug 1, 2025. It is now read-only.

Commit 27523a9

Browse files
update: manifest color
1 parent b4b86c1 commit 27523a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"theme_color": "#ffff",
2+
"theme_color": "#000",
33
"background_color": "#000",
44
"display": "standalone",
55
"scope": "/",

src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const metadata: Metadata = {
2121
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!",
2222
manifest: "/manifest.json",
2323
icons: { apple: "/logo.png" },
24-
themeColor: "#ffff",
24+
themeColor: "#000",
2525
openGraph: {
2626
images: [{ url: banner.src, alt: "Animetrix Banner" }],
2727
},

0 commit comments

Comments
 (0)