Files
bidding_watcher/ionic-app/capacitor.config.json

26 lines
615 B
JSON
Raw Permalink Normal View History

{
"appId": "com.bidding.app",
"appName": "BiddingApp",
"webDir": "dist",
"server": {
"androidScheme": "https"
},
"plugins": {
"SplashScreen": {
"launchShowDuration": 0,
"launchAutoHide": true,
"backgroundColor": "#3880ff",
"androidSplashResourceName": "splash",
"androidScaleType": "CENTER_CROP",
"showSpinner": true,
"androidSpinnerStyle": "large",
"iosSpinnerStyle": "small",
"spinnerColor": "#3880ff",
"splashFullScreen": true,
"splashImmersive": true,
"layoutName": "launch_screen",
"useDialog": true
}
}
}