See I have a pwa which is in standalone mode. When a link is clicked such as :-
<a href="https://google.com">Example</a>
When any user click on the link the standalone mode changes and shows something like this:-

I found on the internet that it's is due to security reasons that the box (or the address bar) appears but I want to tell that the site on which I want to link is owned by me.
So is there any option to hide address bar when a link is opened in a PWA and the site is owned by the same developer.