Files
5chan/capacitor.config.json

25 lines
418 B
JSON

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