| 1234567891011121314151617181920 |
- {
- "appId": "inf.br.softpar.skeleton",
- "appName": "Quasar App",
- "webDir": "www",
- "plugins": {
- "Keyboard": {
- "resize": "native",
- "resizeOnFullScreen": true
- },
- "StatusBar": {
- "overlaysWebView": true
- },
- "CapacitorCookies": {
- "enabled": true
- },
- "CapacitorHttp": {
- "enabled": true
- }
- }
- }
|