Spring Boot - where to put PWA & Favicon Icon

I am not able to find out how to apply [this guide]
(https://vaadin.com/docs/v12/flow/pwa/tutorial-pwa-icons.html) to a spring boot application.
Where do I put the icon?

If I put it in src/main/resources/META-INF/resources/icons/icon.png it get’s correctly applied for the favicon, but not for the PWA icon.

EDIT: Ok, a proper refresh in the browser was required. Now everything works as expected.

Glad you got it working. :slight_smile:

Indeed, I had the exact same issue, I thought I was going crazy. Normal page refresh was not enough, I had to do Hard Reload (ctrl + shift + R).
This posted helped. +1