diff --git a/capacitor.config.json b/capacitor.config.json index 947842b..4152939 100644 --- a/capacitor.config.json +++ b/capacitor.config.json @@ -5,5 +5,12 @@ "server": { "url": "https://opm.nhkyllian.fr", "cleartext": true + }, + "plugins": { + "StatusBar": { + "overlaysWebView": false, + "backgroundColor": "#020408", + "style": "DARK" + } } } diff --git a/package.json b/package.json index 9ff9c2e..fae3f4a 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,7 @@ "@capacitor/android": "^8.3.4", "@capacitor/cli": "^8.3.4", "@capacitor/core": "^8.3.4", - "@capacitor/ios": "^8.3.4" + "@capacitor/ios": "^8.3.4", + "@capacitor/status-bar": "^8.0.0" } }