Files
Schnappix/app.json
T

69 lines
1.8 KiB
JSON

{
"expo": {
"newArchEnabled": true,
"name": "Schnappix",
"slug": "Schnappix",
"version": "1.0.0",
"orientation": "landscape",
"icon": "./Icon.png",
"userInterfaceStyle": "dark",
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.schnappix"
},
"android": {
"package": "com.schnappix",
"adaptiveIcon": {
"backgroundColor": "#050510",
"foregroundImage": "./Icon-padded.png"
},
"permissions": [
"android.permission.CAMERA",
"android.permission.RECORD_AUDIO",
"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",
"android.permission.READ_MEDIA_VIDEO",
"android.permission.READ_MEDIA_AUDIO"
]
},
"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."
}
],
[
"expo-build-properties",
{
"android": {
"extraMavenRepos": [
"https://jitpack.io"
],
"targetSdkVersion": 33
}
}
],
"./plugins/withKioskAdmin",
"./plugins/withUsbCamera",
"./plugins/withLocalAars"
],
"extra": {
"eas": {
"projectId": "f91d18df-f545-4e0c-a7c7-3f87abbb4b1a"
}
}
}
}