{
	"appId": "com.taprestation.app",
	"appName": "TaPrestation",
	"webDir": "public",
	"bundledWebRuntime": false,
	"server": {
		"url": "https://taprestation.com",
		"cleartext": false
	},
	"webDirExcludePatterns": [
		"storage",
		"storage/**",
		"hot"
	],
	"plugins": {
		"SplashScreen": {
			"launchShowDuration": 2000,
			"launchAutoHide": true,
			"backgroundColor": "#f97316",
			"androidSplashResourceName": "splash",
			"androidScaleType": "CENTER_CROP",
			"showSpinner": true,
			"androidSpinnerStyle": "large",
			"iosSpinnerStyle": "small",
			"spinnerColor": "#ffffff"
		},
		"StatusBar": {
			"style": "DARK",
			"backgroundColor": "#f97316"
		},
		"PushNotifications": {
			"presentationOptions": [
				"badge",
				"sound",
				"alert"
			]
		}
	},
	"ios": {
		"contentInset": "automatic",
		"allowsLinkPreview": true,
		"scrollEnabled": true
	},
	"android": {
		"allowMixedContent": false,
		"captureInput": true,
		"webContentsDebuggingEnabled": false
	}
}
