Browse Source

feat: support safari appleWebApp

AprilNEA 1 year ago
parent
commit
6446692db0
1 changed files with 5 additions and 0 deletions
  1. 5 0
      app/layout.tsx

+ 5 - 0
app/layout.tsx

@@ -13,6 +13,11 @@ const COMMIT_ID = process
 export const metadata = {
   title: "ChatGPT Next Web",
   description: "Your personal ChatGPT Chat Bot.",
+  appleWebApp: {
+    title: "ChatGPT Next Web",
+    statusBarStyle: "black-translucent",
+  },
+  themeColor: "#fafafa"
 };
 
 function Meta() {