find_favicons
Find all favicons for any website by checking /favicon.ico, parsing HTML link tags, and inspecting manifest.json. Returns sizes and types.
Instructions
Find all favicons for a website. Checks /favicon.ico, parses HTML link tags, and inspects manifest.json. Returns all found favicons with sizes and types.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Website URL to find favicons for (e.g. https://example.com) |