{ "appId": "com.pedshub.scribe", "appName": "PedScribe", "webDir": "src", "server": { "allowNavigation": ["*"] }, "plugins": { "SplashScreen": { "launchShowDuration": 1500, "backgroundColor": "#2563eb", "showSpinner": true, "spinnerColor": "#ffffff" }, "PushNotifications": { "presentationOptions": ["badge", "sound", "alert"] }, "Keyboard": { "resize": "body", "resizeOnFullScreen": true } }, "android": { "allowMixedContent": true, "backgroundColor": "#2563eb", "webContentsDebuggingEnabled": true, "appendUserAgent": "PedScribe-Android", "androidScheme": "https" }, "ios": { "backgroundColor": "#2563eb", "contentInset": "automatic" } }