Files
5chan/android/app/src/main/assets/capacitor.config.json
T

25 lines
377 B
JSON
Raw Normal View History

2023-04-25 21:19:33 +00:00
{
"appId": "plebchan.android",
"appName": "plebchan",
"webDir": "build",
2024-10-13 17:51:54 +02:00
"plugins": {
"CapacitorHttp": {
"enabled": true
},
"FileUploader": {
"enabled": true
},
"StatusBar": {
"style": "Dark",
"backgroundColor": "#000000",
"overlay": false
},
"EdgeToEdge": {
"backgroundColor": "#000000"
2024-10-13 17:51:54 +02:00
}
},
"server": {
"androidScheme": "https"
2024-10-13 17:51:54 +02:00
}
2023-04-25 21:19:33 +00:00
}