What problem does it solve? Websites need favicons in six different formats to display correctly across browsers, iOS, Android, and PWA contexts, and missing or misconfigured files cause black squares on iOS, blurry tabs, or broken Add to Home Screen flows. ## Core Features & Use Cases - Full Format Generation: Produces favicon.svg, favicon.ico (16x16 + 32x32), apple-touch-icon.png (180x180 with solid background), icon-192.png, icon-512.png, and site.webmanifest using ImageMagick. - Three Creation Approaches: Extract an icon element from an existing logo, build a monogram from initials with shape templates (circle, rounded square, shield, hexagon), or design a branded shape. - HTML Integration: Outputs the exact link and meta tags needed in the document head, including theme-color and manifest references. - Use Case: A client site still shows the default WordPress favicon; provide their logo, and the skill extracts the icon, simplifies it for 16x16 legibility, generates all six files, and gives you the head tags to paste. ## Quick Start Generate a complete favicon package from my logo file and give me the HTML tags to add to my site.