import type { CapacitorConfig } from '@capacitor/cli'; const config: CapacitorConfig = { appId: 'app.olcsoberauto.hu', appName: 'Eurocars Rent A Car', webDir: '.output/public', plugins: { SplashScreen: { launchShowDuration: 2000, launchAutoHide: true, backgroundColor: '#262626', androidScaleType: 'CENTER_CROP', showSpinner: false }, StatusBar: { overlaysWebView: false } }, android: { backgroundColor: '#262626' } }; export default config;