how to hide pwa url address bar

7 hours ago 1
ARTICLE AD BOX

enter image description here i created pwa app using above website but i show url address bar i want to hide it any one can help me ... i attached screenshot of my pwa application. i try many ways but it not work. this is my manifeast file

{ "name": "Liquityfx CRM", "short_name": "Liquityfx", "description": "CRM for MT5", "start_url": "/", "scope": "/", "display": "standalone", "background_color": "#0B0D21", "theme_color": "#0B0D21", "orientation": "portrait", "lang": "en", "icons": [ { "src": "/pwa/192x192.png", "sizes": "192x192", "type": "image/png" }, { "src": "/pwa/512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" } ], "categories": [ "finance" ], "prefer_related_applications": false, "dir": "auto" }
Read Entire Article