capacitor-sockets/example-app/capacitor.config.json
2024-10-03 01:03:39 -04:00

10 lines
161 B
JSON

{
"appId": "com.example.plugin",
"appName": "example-app",
"webDir": "dist",
"plugins": {
"SplashScreen": {
"launchShowDuration": 0
}
}
}