capacitor-promocode/example-app/capacitor.config.json
2025-04-13 17:56:38 -04:00

10 lines
161 B
JSON

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