thomasloven / hass-favicon

🔹 Change the favicon of your Home Assistant instance
MIT License
106 stars 19 forks source link

Make the component aware of the web manifest #5

Closed Poeschl closed 5 years ago

Poeschl commented 5 years ago

To support also android phones and desktop web apps, the icons in the web manifest gets also modified if configured.

I changed the apple config also to icon-apple to get some consistency.

This should close #4

thomasloven commented 5 years ago

This used to be a feature, but I removed it because it made the configuration more messy. Your PR made me realize a better way to do things, and also that the manifest should contain the page title. Thanks!