{ "expo": { "newArchEnabled": true, "name": "Schnappix", "slug": "Schnappix", "version": "23.01.8", "orientation": "landscape", "icon": "./Icon.png", "userInterfaceStyle": "dark", "ios": { "supportsTablet": true, "bundleIdentifier": "de.orfel.schnappix" }, "android": { "package": "de.orfel.schnappix", "versionCode": 8, "adaptiveIcon": { "backgroundColor": "#050510", "foregroundImage": "./Icon-padded.png" }, "permissions": [ "android.permission.ACCESS_NETWORK_STATE", "android.permission.CAMERA", "android.permission.INTERNET", "android.permission.READ_MEDIA_AUDIO", "android.permission.READ_MEDIA_IMAGES", "android.permission.READ_MEDIA_VIDEO" ] }, "plugins": [ [ "expo-media-library", { "photosPermission": "Allow Schnappix to save captured photos to your gallery.", "savePhotosPermission": "Allow Schnappix to save captured photos to your gallery." } ], [ "expo-camera", { "cameraPermission": "Allow Schnappix to access the tablet's front-facing camera.", "recordAudioAndroid": false } ], [ "expo-build-properties", { "android": { "extraMavenRepos": [ "https://jitpack.io" ] } } ], "./plugins/withKioskAdmin", "./plugins/withUsbCamera", "./plugins/withLocalAars" ], "extra": { "eas": { "projectId": "f91d18df-f545-4e0c-a7c7-3f87abbb4b1a" } } } }