I made a PWA in a subdirectory of my site. When I go to the website and add to homescreen it fills the whole screen. This is what I want. But when I make an APK with PWA Builder and download it on my phone, the adress bar shows up. I made a .well-known folder with a assetlinks.json file. Including a namespace, package_name and sha256 fingerprints. When i'm trying to test my assetlinks.json file on Google asset links generator, I cannot test it for my subdirectory. I tried to set the "display" in manifest.json on all settings (fullscreen, standalone etc). I don't know why the adress bar still shows up. I have an assetlinks.json file in the well-known folder in the subdirectory. But the same assetlinks.json file in the apk directory. How can I hide the adress bar of my PWA APK?