{
	"expo": {
		"name": "Rutas Kiosko",
		"slug": "rutas-kiosko",
		"version": "1.0.0",
		"orientation": "portrait",
		"icon": "./assets/images/icon.png",
		"scheme": "rutas-kiosko",
		"userInterfaceStyle": "automatic",
		"newArchEnabled": true,
		"androidNavigationBar": {
			"visible": "immersive"
		},
		"splash": {
			"image": "./assets/images/splash-icon.png",
			"resizeMode": "contain",
			"backgroundColor": "#ffffff"
		},
		"ios": {
			"bundleIdentifier": "com.mdjdigitalsolutions.rutas.kiosko",
			"supportsTablet": true
		},
		"android": {
			"adaptiveIcon": {
				"foregroundImage": "./assets/images/adaptive-icon.png",
				"backgroundColor": "#ffffff"
			},
			"edgeToEdgeEnabled": true,			
			"package": "com.mdjdigitalsolutions.rutas.kiosko"
		},
		"web": {
			"bundler": "metro",
			"output": "static",
			"favicon": "./assets/images/favicon.png"
		},
		"plugins": [
			"expo-router",
			[
				"expo-splash-screen",
				{
					"backgroundColor": "#ffffff",
					"image": "./assets/images/splash-icon.png",
					"dark": {
						"image": "./assets/images/splash-icon-dark.png",
						"backgroundColor": "#000000"
					},
					"imageWidth": 200
				}
			]
		],
		"experiments": {
			"typedRoutes": true
		},
		"extra": {
			"API_URL": "https://admin.rutas.biz/server/map",
			"OWNER": "MDJ Digital Solutions - RIF J503007095",
			"USE_IMAGE_BACKGROUND": true,
			"USE_DEFAULT_BACKGROUND": true
		},
		"owner": "MDJ Digital Solutions"
	}
}