Skip to content

Commit

Permalink
update: manifest color
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivaBhattacharjee committed Mar 15, 2024
1 parent b4b86c1 commit 27523a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"theme_color": "#ffff",
"theme_color": "#000",
"background_color": "#000",
"display": "standalone",
"scope": "/",
Expand Down
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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" }],
},
Expand Down

0 comments on commit 27523a9

Please sign in to comment.