| 1234567891011121314151617181920212223242526272829 |
- {
- "appId": "br.com.diarista.provider",
- "appName": "Diaria Profissional",
- "webDir": "www",
- "plugins": {
- "Keyboard": {
- "resize": "native",
- "resizeOnFullScreen": true
- },
- "StatusBar": {
- "overlaysWebView": true,
- "style": "LIGHT"
- },
- "SplashScreen": {
- "launchAutoHide": false,
- "backgroundColor": "#8B5CF6",
- "androidScaleType": "CENTER_CROP",
- "showSpinner": false,
- "splashFullScreen": true,
- "splashImmersive": true
- },
- "CapacitorCookies": {
- "enabled": true
- },
- "CapacitorHttp": {
- "enabled": false
- }
- }
- }
|