`nuxt.config.js`: ```js pwa:{ meta:{ background_color: "#ffffff", // ... }, manifest: { // ... display: 'standalone', theme_color: "#ffffff", } } ``` - on classic browsing experience: ok - after "add to homescreen": status bar is black on Android