Generate favicons and app icons for Next.js projects. Creates all required sizes, formats, and configures metadata.
Generate complete favicon sets for Next.js projects.
IMPORTANT: Before asking the user anything, scan the codebase to extract:
# Check these files in order:
// Read package.json for name and description
{
"name": "my-app", // App name
"description": "..." // App description
}
// Look for metadata export
export const metadata: Metadata = {
title: "App Title", // App name
description: "...", // App description
};
// Or metadataBase, applicationName
# App Name <- Extract from H1
Description paragraph <- Extract first paragraph
// Look for custom colors in theme.extend.colors