I’d like to add favicon dynamically depending on apps. I can see it is possible to assigne different themes to different apps, so I was wondering if it is also possible to assign different favicons by different themes.
Logo locations are easy to find within the websites, so custom CSS would do the job, but for favicon, I think I should do something on JS. Can’t figure out what’s needed.
Besides, depending on dark/light themes choice, I would like to assign different favicon. I guess this goes with probably the same step as the above.