sakhi / frontend /capacitor.config.json
Tushar9802's picture
frontend: APK status bar + reactive connectivity + dev-view tool_calls
b56fe2d
raw
history blame contribute delete
242 Bytes
{
"appId": "com.sakhi.app",
"appName": "Sakhi",
"webDir": "dist",
"server": {
"androidScheme": "http",
"cleartext": true
},
"plugins": {
"StatusBar": {
"overlaysWebView": true,
"style": "LIGHT"
}
}
}