Files
Schnappix/app.json
T

68 lines
1.7 KiB
JSON

{
"expo": {
"newArchEnabled": true,
"name": "Schnappix",
"slug": "Schnappix",
"version": "1.0.3",
"orientation": "landscape",
"icon": "./Icon.png",
"userInterfaceStyle": "dark",
"ios": {
"supportsTablet": true,
"bundleIdentifier": "de.orfel.schnappix"
},
"android": {
"package": "de.orfel.schnappix",
"versionCode": 4,
"adaptiveIcon": {
"backgroundColor": "#050510",
"foregroundImage": "./Icon-padded.png"
},
"permissions": [
"android.permission.CAMERA",
"android.permission.INTERNET",
"android.permission.ACCESS_NETWORK_STATE",
"android.permission.READ_EXTERNAL_STORAGE",
"android.permission.WRITE_EXTERNAL_STORAGE",
"android.permission.READ_MEDIA_VISUAL_USER_SELECTED",
"android.permission.READ_MEDIA_IMAGES"
]
},
"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"
],
"targetSdkVersion": 33
}
}
],
"./plugins/withKioskAdmin",
"./plugins/withUsbCamera",
"./plugins/withLocalAars"
],
"extra": {
"eas": {
"projectId": "f91d18df-f545-4e0c-a7c7-3f87abbb4b1a"
}
}
}
}