LarpixClient/capacitor.config.json
olcxja 6ff37cb3be Android builds fixed
- new icon
- fixed android icons
- fixed android status & navigation bar
- added "Splash" page
2026-05-08 18:06:52 +02:00

13 lines
228 B
JSON

{
"appId": "olcxja.miarven",
"appName": "Miarven",
"webDir": "webroot",
"plugins": {
"SystemBars": {
"insetsHandling": "css",
"style": "DARK",
"hidden": false,
"animation": "FADE"
}
}
}