Files
OpenPlanetsMaps/capacitor.config.json
2026-05-17 21:06:34 +02:00

17 lines
307 B
JSON

{
"appId": "com.openplanetsmaps.app",
"appName": "OpenPlanetsMaps",
"webDir": "SRC",
"server": {
"url": "https://opm.nhkyllian.fr",
"cleartext": true
},
"plugins": {
"StatusBar": {
"overlaysWebView": false,
"backgroundColor": "#020408",
"style": "DARK"
}
}
}