How to set transparent status bar in pwa app

Hello everyone, i want to set transparent status bar (where wifi and time), in my pwa app, writing on html, using manifest.manifest and sw.js, i make: <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <meta name="viewport" content="initial-scale=1, viewport-fit=cover" />

and this not work, i am want but this work on ios 15-17.xx, who know, how do setup this variable?