{
	"appId": "com.faildaily.app",
	"appName": "FailDaily",
	"webDir": "www",
	"plugins": {
		"PushNotifications": {
			"presentationOptions": [
				"badge",
				"sound",
				"alert"
			]
		},
		"LocalNotifications": {
			"iconColor": "#FF6B9D"
		},
		"Camera": {
			"iosImageWillSave": false,
			"iosImageSaveToGallery": true,
			"androidImageSaveToGallery": true
		},
		"Preferences": {
			"group": "FailDailyPrefs"
		},
		"Haptics": {
			"selectionStart": true,
			"selectionChanged": true,
			"selectionEnd": true
		}
	},
	"ios": {
		"contentInset": "automatic",
		"backgroundColor": "#FFF8F5"
	},
	"android": {
		"backgroundColor": "#FFF8F5",
		"allowMixedContent": true,
		"captureInput": true,
		"webContentsDebuggingEnabled": false
	},
	"server": {
		"url": "http://192.168.1.1:4200"
	}
}
