diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 8a7badef..d2b70c8c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -14,19 +14,6 @@ export const metadata: Metadata = { description: "Send and receive SMS from any device. Multi-provider support with Twilio, Telnyx, and real SIM numbers. Built for developers, designed for everyone.", manifest: "/manifest.json", - icons: { - icon: [ - { url: "/icons/favicon-16.png", sizes: "16x16", type: "image/png" }, - { url: "/icons/favicon-32.png", sizes: "32x32", type: "image/png" }, - { url: "/icons/favicon.svg", type: "image/svg+xml" }, - ], - shortcut: "/icons/favicon.ico", - apple: [ - { url: "/icons/apple-touch-icon-180x180.png", sizes: "180x180" }, - { url: "/icons/apple-touch-icon-152x152.png", sizes: "152x152" }, - { url: "/icons/apple-touch-icon-120x120.png", sizes: "120x120" }, - ], - }, icons: { icon: [ { url: "/favicon.svg", type: "image/svg+xml" },