{
	"appId": "com.microblog.app",
	"appName": "Fars",
	"webDir": "mini-app/dist",
	"loggingBehavior": "production",
	"android": {
		"minWebViewVersion": 60,
		"minHuaweiWebViewVersion": 10,
		"allowMixedContent": false,
		"backgroundColor": "#bbe0fa",
		"webContentsDebuggingEnabled": true,
		"appendUserAgent": "Fars/8.2.3 FarsAndroid/80203",
		"adjustMarginsForEdgeToEdge": "disable"
	},
	"ios": {
		"allowsLinkPreview": false,
		"appendUserAgent": "Fars/7.1.1 FarsIOS/70101",
		"contentInset": "never",
		"scrollEnabled": true,
		"limitsNavigationsToAppBoundDomains": true,
		"preferredContentMode": "mobile",
		"handleApplicationNotifications": true
	},
	"cordova": {
		"preferences": {}
	},
	"server": {
		"cleartext": true,
		"androidScheme": "https",
		"iosScheme": "capacitor",
		"hostname": "fars",
		"errorPath": "error.html",
		"allowNavigation": [
			"farsnews.ir"
		]
	},
	"plugins": {
		"SplashScreen": {
			"launchAutoHide": false,
			"splashFullScreen": false,
			"backgroundColor": "#ffffff",
			"androidScaleType": "CENTER_INSIDE",
			"androidSplashResourceName": "@drawable/splash"
		},
		"PushNotifications": {
			"presentationOptions": [
				"badge",
				"sound",
				"alert"
			]
		},
		"CapacitorSQLite": {},
		"Keyboard": {
			"resizeOnFullScreen": true
		}
	}
}
