capacitor.config.json 353 B

1234567891011121314151617181920
  1. {
  2. "appId": "inf.br.softpar.skeleton",
  3. "appName": "Quasar App",
  4. "webDir": "www",
  5. "plugins": {
  6. "Keyboard": {
  7. "resize": "native",
  8. "resizeOnFullScreen": true
  9. },
  10. "StatusBar": {
  11. "overlaysWebView": true
  12. },
  13. "CapacitorCookies": {
  14. "enabled": true
  15. },
  16. "CapacitorHttp": {
  17. "enabled": true
  18. }
  19. }
  20. }