option to use the favicon in the root
I know you can set the favicon in the template but you cannot select the favicon in the root.
I have used the favicongenerator and this recommends to put all of the favicons in the root for your website and add the generated HTML code to the template/page html
The favicon generator also generates the most complete set of favicons: https://realfavicongenerator.net/
- android-chrome-192x192.png
- android-chrome-512x512.png
- apple-touch-icon.png
- browserconfig.xml
- favicon.ico
- favicon-16x16.png
- favicon-32x32.png
- mstile-150x150.png
Or as an option You could integrate his API somehow into your Template system. https://realfavicongenerator.net/api/
I agree, this is very useful when it comes to bookmarking the website on phone or adding it to your home screen.
I don't think we really need to integrate to this API as the html can be generated very easily.