diff --git a/Using-custom-website-icons.md b/Using-custom-website-icons.md index 423b449..df39bbc 100644 --- a/Using-custom-website-icons.md +++ b/Using-custom-website-icons.md @@ -9,7 +9,7 @@ If you want to add custom icons for your website entries you can place them in t ![bitwarden-uri-graphic](https://github.com/user-attachments/assets/47bdf0f1-46f9-41af-8030-d0f860e2a056) This means the scheme and port will be ignored when requesting icons, so you can't provide different icons based on the port number. -If you are using the `internal` icon cache (the default) Vaultwarden will generally serve the icons from the `ICON_CACHE_FOLDER`. +If you are using the `internal` icon service (the default) Vaultwarden will generally serve the icons from the `ICON_CACHE_FOLDER`. While the web-vault supports a couple of image types like ICO, BMP, GIF, JPG, WEBP and PNG, the cached icons themselves are always named `.png` or `.png` (eg. `data/icon_cache/en.wikipedia.org.png`). So you should name your custom icons accordingly.