You can customize the application favicons by replacing the default icons with your own assets. Favicon icons are used in various places, including:

  • Browser tabs
  • Bookmarks
  • Browser history

To ensure proper functionality, we recommend setting at least two essential favicon sizes: icon_57x57 and icon_96x96. These sizes are critical for displaying correctly in various browsers and devices.

To create your own favicons, you can use online icon generators such as:

Environment Variables

Environment Variable Default Value
PWP__BRAND__ICON_57x57 apple-icon-57x57.png
PWP__BRAND__ICON_60x60 apple-icon-60x60.png
PWP__BRAND__ICON_72x72 apple-icon-72x72.png
PWP__BRAND__ICON_76x76 apple-icon-76x76.png
PWP__BRAND__ICON_114x114 apple-icon-114x114.png
PWP__BRAND__ICON_120x120 apple-icon-120x120.png
PWP__BRAND__ICON_144x144 apple-icon-144x144.png
PWP__BRAND__ICON_152x152 apple-icon-152x152.png
PWP__BRAND__ICON_180x180 apple-icon-180x180.png
PWP__BRAND__ICON_192x192 android-icon-192x192.png
PWP__BRAND__ICON_32x32 favicon-32x32.png
PWP__BRAND__ICON_96x96 favicon-96x96.png
PWP__BRAND__ICON_16x16 favicon-16x16.png
ms_icon_144x144 ms-icon-144x144.png

Note: Remember that instead of environment variables, which can get hard to maintain, Password Pusher also supports configuration by YAML file.

Updated: