capacitor-sockets/example-app/capacitor.config.json

10 lines
161 B
JSON
Raw Normal View History

2024-10-03 05:03:39 +00:00
{
"appId": "com.example.plugin",
"appName": "example-app",
"webDir": "dist",
"plugins": {
"SplashScreen": {
"launchShowDuration": 0
}
}
}