capacitor.config.json 295 B

123456789101112131415
  1. {
  2. "appId": "br.com.serprati.associado",
  3. "appName": "SerPrati Associado",
  4. "webDir": "www",
  5. "plugins": {
  6. "SplashScreen": {
  7. "launchShowDuration": 0,
  8. "backgroundColor": "#661d75"
  9. },
  10. "StatusBar": {
  11. "style": "DARK",
  12. "backgroundColor": "#661d75"
  13. }
  14. }
  15. }