capacitor.config.json 155 B

12345678910
  1. {
  2. "appId": "com.example.app",
  3. "appName": "Box Jump",
  4. "webDir": "dist",
  5. "plugins": {
  6. "SplashScreen": {
  7. "launchAutoHide": false
  8. }
  9. }
  10. }