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

25 lines
377 B
JSON

{
"appId": "plebchan.android",
"appName": "plebchan",
"webDir": "build",
"plugins": {
"CapacitorHttp": {
"enabled": true
},
"FileUploader": {
"enabled": true
},
"StatusBar": {
"style": "Dark",
"backgroundColor": "#000000",
"overlay": false
},
"EdgeToEdge": {
"backgroundColor": "#000000"
}
},
"server": {
"androidScheme": "https"
}
}